Skip to main content
Glama
SEOSiri-Official

seosiri-semantic-entity-mcp

Official

seosiri-semantic-entity-mcp

📖 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.

Related MCP server: Congo River Compositional Intelligence

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides access to Wikidata for Large Language Models through the Model Context Protocol, offering tools for entity search, detailed retrieval, SPARQL queries, relation exploration, and property-based searches.
    Last updated
    5
    4
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to query a local knowledge graph built from document collections using hybrid search (BM25 + vector fusion) and entity-relationship extraction. Supports privacy-first, offline operation with tools for semantic search, entity graph exploration, and corpus statistics.
    Last updated
    3
  • F
    license
    -
    quality
    D
    maintenance
    Connects LLMs to Wikidata's structured knowledge base using a hybrid architecture that optimizes for both fast entity searches and complex relational queries. It provides tools for entity and property retrieval, metadata lookups, and direct SPARQL execution to ground AI responses in verified data.
    Last updated
    2

View all related MCP servers

Related MCP Connectors

  • Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.

  • Multi-LLM entity enrichment: schemas, single/batch enrichment, fusion, model benchmarks.

  • Map text into knowledge graphs to create a structured representation of conceptual relations and t…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SEOSiri-Official/semantic-entity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server