Developer Tools
arcoventure.studio
Provides definitions, relationships, alignment scoring, and citations for terms in the Arco Lexicon.
ENDPOINT 1
https://mcp.arcoventure.studio/mcp
MCP server metadata
- Name
- arcoventure-lexicon
- Version
- 0.1.0
Known tools 7
lookup_termReturns the canonical Arco definition, related terms, and source URL for any Lexicon term.
Inferred read-onlyverify_alignmentAnalyses a block of text against the Arco Lexicon using deterministic scoring — no LLM calls.
Inferred read-onlycite_termReturns citation-ready references for a Lexicon term in Chicago, MLA, and BibTeX formats.
Inferred read-onlyget_sourcesReturns all published Arco sources for a term — Lexicon entries, blog articles, wiki pages, and podcast episodes — ordered by recommended reading sequence.
Inferred read-onlylist_termsReturns all published Arco Lexicon terms grouped by pillar, each with its slug and canonical short definition.
Inferred read-onlysuggest_termsScans a block of text against all published Arco Lexicon terms using deterministic string matching — no LLM calls.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arcoventure-lexicon]
url = "https://mcp.arcoventure.studio/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arcoventure-lexicon": {
"type": "http",
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arcoventure-lexicon
Remote MCP URL: https://mcp.arcoventure.studio/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arcoventure-lexicon": {
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arcoventure-lexicon": {
"type": "http",
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arcoventure-lexicon",
"transport": "streamable-http",
"url": "https://mcp.arcoventure.studio/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arcoventure.studio was fetched 2026-07-26T03:24:32.082Z and is being refreshed.
arcoventure.studio is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.