Developer Tools
openaccountant.ai
Provides metadata, content, and capability information for Open Accountant's financial skills and agents.
ENDPOINT 1
https://api.openaccountant.ai/mcp
MCP server metadata
- Name
- open-accountant
- Version
- 1.0.0
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_skillsList all Open Accountant financial skills (tax prep, cash flow, spending analysis, etc.) with pricing and tier.
Inferred read-onlyget_agent_cardReturn the Open Accountant agent capability card — auth methods, endpoints, and pricing.
Inferred read-onlyget_startedReturn a short onboarding guide for agents — recommended first calls, auth flows, and pointers into the docs.
Inferred read-onlysearch_docsSearch the Open Accountant documentation (docs.openaccountant.ai) for a natural-language query.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.