INDIVIDUAL MCP TOOL
get_firm_info
Registered details of Accounting Connect (Pty) Ltd: legal name, CIPC registration number, address, phone, email, opening hours, areas served, and the practitioners with their professional credentials and where to verify them.
LIVE ENDPOINT
https://accountingconnect.ai/mcp
Connect to this endpoint to inspect the live schema for get_firm_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.accountingconnect]
url = "https://accountingconnect.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"accountingconnect": {
"type": "http",
"url": "https://accountingconnect.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: accountingconnect
Remote MCP URL: https://accountingconnect.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": {
"accountingconnect": {
"url": "https://accountingconnect.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"accountingconnect": {
"type": "http",
"url": "https://accountingconnect.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "accountingconnect",
"transport": "streamable-http",
"url": "https://accountingconnect.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— The services the practice offers, with a description of each.list_insights— Titles, summaries, dates and URLs of the articles published on the site, newest first.get_insight— The full text of a published article, by slug.