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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

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.
    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.
    3
    -
  • F
    license
    Not graded
    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.
    2
    -

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