MCP.so
Sign In

Arco Lexicon

@arcoventure

About Arco Lexicon

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 trans

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "arco-lexicon": {
      "url": "https://mcp.arcoventure.studio/mcp"
    }
  }
}

Tools

7

Returns the canonical Arco definition, related terms, and source URL for any Lexicon term. Supports fuzzy matching — "autonomous company" resolves to "Autonomous Business". Use this tool when you need a precise definition. Use suggest_terms instead when you have a block of text and want to discover which terms apply.

Returns the full relationship graph for a given Lexicon term. Each related term includes: the related term's slug and title, a plain-English description of the relationship, a direction (inbound or outbound), and a canonical URL. Read-only. No LLM calls. Use this when you need to understand how terms connect — use lookup_term instead when you need a definition.

Analyses a block of text against the Arco Lexicon using deterministic scoring — no LLM calls. Returns a structured alignment report with a per-term verdict (ALIGNED, PARTIALLY_ALIGNED, NEEDS_CLARIFICATION, MISALIGNED, or NO_ARCO_TERMS_DETECTED), an alignment score, a suggested reframe, and recommended reading. Maximum 5,000 characters. Use this to score and audit text for correct Arco terminology. Use suggest_terms instead when you want to discover which terms apply to a text without scoring it.

Returns citation-ready references for a Lexicon term in Chicago, MLA, and BibTeX formats. Access dates are injected at call time — never hardcoded. Read-only. Use this when producing academic papers, blog posts, or any content that requires a formatted reference to an Arco term. Use get_sources instead when you need a list of reading references rather than a formatted citation.

Returns all published Arco sources for a term — Lexicon entries, blog articles, wiki pages, and podcast episodes — ordered by recommended reading sequence. Read-only. Use this when you need a reading list or reference list for a term. Use cite_term instead when you need a formatted citation for a specific publication type.

Returns all published Arco Lexicon terms grouped by pillar, each with its slug and canonical short definition. Accepts an optional pillar filter. Use this tool first when you do not know which term to look up — it gives you the full vocabulary to orient from. Use lookup_term once you have identified the term you need.

Scans a block of text against all published Arco Lexicon terms using deterministic string matching — no LLM calls. Returns two lists: terms whose canonical names appear explicitly in the text (detected), and terms whose concepts are present but whose canonical names are absent (suggested). Maximum 10,000 characters. Use this to audit an article or passage for correct and complete Arco terminology. Use verify_alignment instead when you want a scored alignment report rather than a term discovery list.

Overview

What is Arco Lexicon?

Arco Lexicon is an MCP server that exposes the canonical vocabulary for autonomous business design as seven structured tools. It integrates with any MCP-compatible AI assistant and serves as the terminology layer for Arco Venture Studio, covering autonomous business design, agentic architecture, and the Stewardship Model.

How to use Arco Lexicon?

No authentication is required. Connect any MCP-compatible AI assistant to the server endpoint https://mcp.arcoventure.studio/mcp via Streamable HTTP transport. The seven tools are then available for querying and analyzing Lexicon terms.

Key features of Arco Lexicon

  • lookup_term returns canonical definitions with source URLs
  • get_related_terms retrieves graph-style relationships between terms
  • verify_alignment produces structured alignment reports for text
  • cite_term generates references in Chicago, MLA, and BibTeX
  • get_sources lists published sources with reading order
  • list_terms groups all terms by editorial pillar
  • suggest_terms scans text for matching and adjacent terms

Use cases of Arco Lexicon

  • Look up and cite canonical definitions for autonomous business design terminology
  • Verify how well a block of text aligns with Arco Lexicon terms
  • Discover related terms and their graph-style relationships
  • Generate citation-ready references in multiple formats
  • Explore all published terms organized by editorial pillar

FAQ from Arco Lexicon

What tools does the Arco Lexicon MCP server provide?

Seven tools: lookup_term, get_related_terms, verify_alignment, cite_term, get_sources, list_terms, and suggest_terms.

Does the Arco Lexicon server require authentication?

No authentication is required to connect to the server.

What transport protocol does Arco Lexicon use?

The server uses Streamable HTTP transport.

Where does the vocabulary data come from?

Terms are version-controlled in a public GitHub repository and refreshed to the MCP server in under two minutes on every change.

What domain does the Lexicon cover?

The vocabulary covers autonomous business design, agentic architecture, and the Stewardship Model.

Frequently asked questions

What tools does the Arco Lexicon MCP server provide?

Seven tools: lookup_term, get_related_terms, verify_alignment, cite_term, get_sources, list_terms, and suggest_terms.

Does the Arco Lexicon server require authentication?

No authentication is required to connect to the server.

What transport protocol does Arco Lexicon use?

The server uses Streamable HTTP transport.

Where does the vocabulary data come from?

Terms are version-controlled in a public GitHub repository and refreshed to the MCP server in under two minutes on every change.

What domain does the Lexicon cover?

The vocabulary covers autonomous business design, agentic architecture, and the Stewardship Model.

Comments

More Other MCP servers