Canonical vocabulary server for autonomous business design. Exposes the Arco Lexicon as seven MCP tools: term lookup, related terms, alignment verification, citation formatting, source retrieval, term listing, and term suggestion. No authentication required. Streamable HTTP transport.
概要
The Arco Lexicon MCP server exposes the canonical vocabulary for autonomous business design as seven structured tools, available to any MCP-compatible AI assistant.
Tools
- lookup_term — returns the canonical definition, related terms, and source URL for any Lexicon term
- get_related_terms — returns graph-style relationships between terms
- verify_alignment — analyses a block of text and returns a structured alignment report per detected term
- cite_term — returns citation-ready references in Chicago, MLA, and BibTeX formats
- get_sources — returns all published Arco sources for a term with recommended reading order
- list_terms — lists all published terms grouped by editorial pillar
- suggest_terms — scans a passage of text and returns matching and adjacent Lexicon terms
Connection
No authentication required. Streamable HTTP transport.
Server endpoint: https://mcp.arcoventure.studio/mcp
About the Arco Lexicon
The Arco Lexicon is the terminology layer for Arco Venture Studio — a structured vocabulary for autonomous business design, agentic architecture, and the Stewardship Model. Terms are version-controlled in a public GitHub repository and refreshed to the MCP server in under two minutes on every commit.
サーバー設定
{
"mcpServers": {
"arco-lexicon": {
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}