← agentic-atlas.dev

INDIVIDUAL MCP TOOL

atlas_define

Define one admitted glossary term, with match, ambiguity, or miss.

agentic-atlas.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentic-atlas.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for atlas_define and invoke it with your own arguments.

Indexed 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 server

agentic-atlas.dev

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.agentic-atlas]
url = "https://agentic-atlas.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentic-atlas": {
      "type": "http",
      "url": "https://agentic-atlas.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentic-atlas
Remote MCP URL: https://agentic-atlas.dev/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": {
    "agentic-atlas": {
      "url": "https://agentic-atlas.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentic-atlas": {
      "type": "http",
      "url": "https://agentic-atlas.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentic-atlas",
  "transport": "streamable-http",
  "url": "https://agentic-atlas.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • atlas_orient — Discover canonical identity from an ordinary-language query.
  • atlas_cards — Read 1-4 distinct canonical ids as one ordered Card per id.
  • atlas_read — Read one Node id, node#section, or decision:<id> address.
  • atlas_links — Page one subject's relationship occurrences, inbound and outbound.
  • atlas_provenance — Expand compact source addresses into their audit facts.
  • atlas_navigate — Read the canonical tree or publisher-curated tour.
  • atlas_decisions — List or search the admitted Decision summaries in manifest order.