← arcoventure.studio
INDIVIDUAL MCP TOOL
verify_alignment
Analyses a block of text against the Arco Lexicon using deterministic scoring — no LLM calls.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-studio]
url = "https://mcp.arcoventure.studio/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arcoventure-studio": {
"type": "http",
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arcoventure-studio
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-studio": {
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arcoventure-studio": {
"type": "http",
"url": "https://mcp.arcoventure.studio/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arcoventure-studio",
"transport": "streamable-http",
"url": "https://mcp.arcoventure.studio/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_term— Returns the canonical Arco definition, related terms, and source URL for any Lexicon term.get_related_terms— Returns the full relationship graph for a given Lexicon term.cite_term— Returns citation-ready references for a Lexicon term in Chicago, MLA, and BibTeX formats.get_sources— Returns all published Arco sources for a term — Lexicon entries, blog articles, wiki pages, and podcast episodes — ordered by recommended reading sequence.list_terms— Returns all published Arco Lexicon terms grouped by pillar, each with its slug and canonical short definition.suggest_terms— Scans a block of text against all published Arco Lexicon terms using deterministic string matching — no LLM calls.