← atisbo.dev

INDIVIDUAL MCP TOOL

atisbo_map

Compact facade for map work: create/apply maps, generate/edit nodes and edges, anchor claims/snippets, bind metrics, manage claim-snipe maps, regroup claims (merge/split — mode=regroup).

atisbo.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.atisbo.dev/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

atisbo.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.atisbo-mcp-server]
url = "https://app.atisbo.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "atisbo-mcp-server": {
      "type": "http",
      "url": "https://app.atisbo.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "atisbo-mcp-server": {
      "type": "http",
      "url": "https://app.atisbo.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "atisbo-mcp-server",
  "transport": "streamable-http",
  "url": "https://app.atisbo.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • atisbo_orient — Workspace orientation.
  • atisbo_lookup — Find or open Atisbo entities.
  • atisbo_capture — Capture feedback or knowledge.
  • atisbo_decide — PM decision facade.
  • atisbo_connect — Compact facade for WHERE Atisbo gets its signals — it CONNECTS sources, not just describes them.
  • atisbo_analyze — Broad analytical query over claims, solutions, or activity: time filters, grouping, metrics, ready-to-render chart artifact.
  • atisbo_support — Diagnose Atisbo, including "I connected a source and nothing appeared", "I sent text and no opportunity formed", or "my data is missing".