seosiri-semantic-entity-mcp
OfficialProvides tools for disambiguating named entities to canonical Wikidata QIDs, generating sameAs schema links, and constructing knowledge graph triples linked to Wikidata.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@seosiri-semantic-entity-mcpExtract named entities from the text about Tesla."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 structuredsameAsarray 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.
This server cannot be installed
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
- AlicenseBqualityDmaintenanceProvides 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 updated54MIT
- Alicense-quality-maintenanceProvides tools for semantic decomposition, proof search, knowledge graph operations, and neuro-symbolic reasoning that bridges neural LLMs with symbolic AI through RDF triples, lambda calculus, and compositional intelligence principles.Last updated
- FlicenseAqualityDmaintenanceEnables 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 updated3
- Flicense-qualityDmaintenanceConnects 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 updated2
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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