Productivity
atisbo.dev
Provides a suite of productivity tools for workspace orientation, entity lookup, knowledge capture, decision-making, and mapping.
ENDPOINT 1
https://app.atisbo.dev/api/mcp
MCP server metadata
- Name
- atisbo-mcp-server
- Version
- 1.0.0
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_mapCompact 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 effectsatisbo_connectCompact facade for WHERE Atisbo gets its signals — it CONNECTS sources, not just describes them.
Inferred read-onlyatisbo_analyzeBroad analytical query over claims, solutions, or activity: time filters, grouping, metrics, ready-to-render chart artifact.
Inferred read-onlyatisbo_supportDiagnose Atisbo, including "I connected a source and nothing appeared", "I sent text and no opportunity formed", or "my data is missing".
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.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
MCP server metadata
- Name
- atisbo-docs-mcp-server
- Version
- 1.0.0
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_docRead one full Atisbo documentation page as markdown, by its site-relative URL (for example /docs/api/webhooks).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.