← Registry

Productivity

atisbo.dev

Provides a suite of productivity tools for workspace orientation, entity lookup, knowledge capture, decision-making, and mapping.

2 endpoints11 known toolsFirst detected August 24, 2026Last detected August 30, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
atisbo-mcp-server
Version
1.0.0
Capabilities
toolsresources
Server instructions

Atisbo is one ordered list of what to do next for a product team — evidence comes in, groups into problems, and is ranked by how much there is and how urgent it sounds. Start with atisbo_orient mode=snapshot, read with atisbo_lookup, file evidence with atisbo_capture, and record decisions with atisbo_decide. Discovery methods answer without a credential; every tools/call requires a workspace-scoped API key from Settings → Account → Connect agents. Tool schemas are snapshotted when your session starts: modes added after that stay unknown until you restart the session. If a mode you need errors as unknown, don't retry blindly — compare meta.contract_hash from atisbo_orient mode=snapshot against your Mcp-Session-Id and report the gap.

Known tools 8

atisbo_orient

Workspace orientation.

Inferred read-only
atisbo_lookup

Find or open Atisbo entities.

Inferred read-only
atisbo_capture

Capture feedback or knowledge.

Inferred read-only
atisbo_decide

PM decision facade.

Inferred read-only
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).

Potential side effects
atisbo_connect

Compact facade for WHERE Atisbo gets its signals — it CONNECTS sources, not just describes them.

Inferred read-only
atisbo_analyze

Broad analytical query over claims, solutions, or activity: time filters, grouping, metrics, ready-to-render chart artifact.

Inferred read-only
atisbo_support

Diagnose Atisbo, including "I connected a source and nothing appeared", "I sent text and no opportunity formed", or "my data is missing".

Inferred read-only

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.

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
atisbo-docs-mcp-server
Version
1.0.0
Capabilities
toolsresources
Server instructions

Read-only documentation server for Atisbo (one ordered list of what to do next for a product team). Start with search_docs, then get_doc for the full page; list_docs enumerates everything, and resources/list + resources/read expose the same pages as MCP resources.

Known tools 3

get_doc

Read one full Atisbo documentation page as markdown, by its site-relative URL (for example /docs/api/webhooks).

Inferred read-only
list_docs

List Atisbo documentation pages with their URL, title and description.

Inferred read-only
search_docs

Search Atisbo documentation by keyword or natural-language question.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: atisbo-docs-mcp-server
Remote MCP URL: https://app.atisbo.dev/api/mcp-docs

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.