Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Seosiri Semantic Entity

FreeNot checked

Provides tools for named entity extraction, Wikidata disambiguation, sameAs schema linking, and knowledge graph triple construction, enabling structured semanti

GitHubEmbed

About

Provides tools for named entity extraction, Wikidata disambiguation, sameAs schema linking, and knowledge graph triple construction, enabling structured semantic data processing.

README

📖 Official Architecture & Documentation: SEOSiri Semantic Entity Guide | Central MCP Directory

An open-source, local-first Model Context Protocol (MCP) server for Named Entity Extraction, Wikidata Disambiguation, sameAs Schema Linking, and Knowledge Graph Triple Construction.

💖 Sponsorship, B2B Custom Solutions & Attribution

👨‍💻 Lead Architect & Attribution

Designed and engineered by Momenul Ahmad, Lead Architect and Founder of SEOSiri.

🚀 Capabilities & Tools (10 Production Tools)

  • extract_named_entities: Scrapes and parses text content to identify named entities.
  • disambiguate_wikidata_entity: Resolves entity names to canonical Wikidata QIDs.
  • generate_sameas_schema_links: Compiles structured sameAs array mappings for Schema.org JSON-LD.
  • calculate_entity_salience_score: Scores relative entity importance within a document.
  • construct_knowledge_graph_triples: Generates Subject-Predicate-Object ($S \rightarrow P \rightarrow O$) semantic triples.
  • audit_entity_density_ratio: Evaluates entity frequency per 100 words.
  • export_graph_parquet_buffer: Formats knowledge graph triples into columnar Parquet buffers.
  • sanitize_entity_payload: Strips script injections and malformed tags.
  • get_live_entity_throughput_metrics: Monitors system health and processing latency.
  • get_entity_server_specifications: Returns protocol specs and capability matrices.

Quickstart

pip install -e .
pytest tests/test_semantic_entity.py

🔌 Claude Desktop / Cursor Configuration

Add this block to your claude_desktop_config.json:

{
  "mcpServers": {
    "seosiri-semantic-entity": {
      "command": "uv",
      "args": [
        "run",
        "--github",
        "SEOSiri-Official/semantic-entity-mcp",
        "src/main_server.py"
      ]
    }
  }
}

License

Distributed under the MIT License. See LICENSE for more details.

from github.com/SEOSiri-Official/semantic-entity-mcp

Installing Seosiri Semantic Entity

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/SEOSiri-Official/semantic-entity-mcp

FAQ

Is Seosiri Semantic Entity MCP free?

Yes, Seosiri Semantic Entity MCP is free — one-click install via Unyly at no cost.

Does Seosiri Semantic Entity need an API key?

No, Seosiri Semantic Entity runs without API keys or environment variables.

Is Seosiri Semantic Entity hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Seosiri Semantic Entity in Claude Desktop, Claude Code or Cursor?

Open Seosiri Semantic Entity on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Seosiri Semantic Entity with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs