INDIVIDUAL MCP TOOL
get_started
Return a short onboarding guide for agents — recommended first calls, auth flows, and pointers into the docs.
LIVE ENDPOINT
https://api.openaccountant.ai/mcp
Connect to this endpoint to inspect the live schema for get_started and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_skills— List all Open Accountant financial skills (tax prep, cash flow, spending analysis, etc.) with pricing and tier.get_agent_card— Return the Open Accountant agent capability card — auth methods, endpoints, and pricing.get_skill_metadata— Look up metadata for a single skill by slug.get_skill_content— Return the full SKILL.md content for a paid skill.get_chain_content— Return the full chain YAML for a paid chain.search_docs— Search the Open Accountant documentation (docs.openaccountant.ai) for a natural-language query.