A sovereign, local-first MCP server for named entity extraction, Wikidata disambiguation, sameAs schema linking, and Knowledge Graph triple construction.
Project description
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.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seosiri_semantic_entity_mcp-1.0.0.tar.gz.
File metadata
- Download URL: seosiri_semantic_entity_mcp-1.0.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
305e91107833f69c4e97a47f5571f066e6d0dcaab2ad0e54344321c1fba3b7b7
|
|
| MD5 |
85c4a698a79ab0b51b025c0504348ac3
|
|
| BLAKE2b-256 |
f0388e2409dc88d69f5008c16defeb882fc480960c58a13304586ff4c03adb12
|
File details
Details for the file seosiri_semantic_entity_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: seosiri_semantic_entity_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b791da8ba2f6b2765daed4a603b07b5477a37ae4c9545515650010fd718cb58d
|
|
| MD5 |
50fbda106789dacf8fb7b2662c001ec2
|
|
| BLAKE2b-256 |
bd1751354f30621f6b1aa87cc7b27050d16ca1cbe0204661a7fddafee95a8be6
|