← Registry

Developer Tools

openaccountant.ai

Provides metadata, content, and capability information for Open Accountant's financial skills and agents.

x402 supported1 endpoint7 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://api.openaccountant.ai/mcp

No auth detected

MCP server metadata

Name
open-accountant
Version
1.0.0
Capabilities
tools
Server instructions

Open Accountant MCP server. Use list_skills and get_agent_card for discovery. Paid skill content is served over HTTP at /content/skills/{slug} with Bearer or x402 auth.

Known tools 7

list_skills

List all Open Accountant financial skills (tax prep, cash flow, spending analysis, etc.) with pricing and tier.

Inferred read-only
get_agent_card

Return the Open Accountant agent capability card — auth methods, endpoints, and pricing.

Inferred read-only
get_skill_metadata

Look up metadata for a single skill by slug.

Inferred read-only
get_skill_content

Return the full SKILL.md content for a paid skill.

Inferred read-only
get_chain_content

Return the full chain YAML for a paid chain.

Inferred read-only
get_started

Return a short onboarding guide for agents — recommended first calls, auth flows, and pointers into the docs.

Inferred read-only
search_docs

Search the Open Accountant documentation (docs.openaccountant.ai) for a natural-language query.

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.open-accountant]
url = "https://api.openaccountant.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "open-accountant": {
      "type": "http",
      "url": "https://api.openaccountant.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: open-accountant
Remote MCP URL: https://api.openaccountant.ai/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": {
    "open-accountant": {
      "url": "https://api.openaccountant.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "open-accountant": {
      "type": "http",
      "url": "https://api.openaccountant.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "open-accountant",
  "transport": "streamable-http",
  "url": "https://api.openaccountant.ai/mcp"
}
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.