Your AI can talk to us.
Flare provides machine-readable APIs, an MCP server, a CLI tool, and structured data so AI agents can query our accounting services, get pricing, and book calls — all programmatically.
Integration Options
Every way to connect.
llms.txt
Concise Markdown summary of Flare's business, services, pricing, and contact info. The first file AI crawlers look for.
curl https://withflare.co/llms.txtView resourcellms-full.txt
Extended version with complete pricing tables, FAQs, testimonials, and all service details.
curl https://withflare.co/llms-full.txtView resourceREST API
JSON endpoints for services, dynamic pricing, coverage, integrations, and contact info.
curl https://withflare.co/api/servicesView resourceOpenAPI Spec
Machine-readable API specification. Import into any AI agent framework to auto-generate clients.
# ChatGPT Actions, OpenAI SDK, etc.View resourceMCP Server
Model Context Protocol server for Claude, ChatGPT, Cursor, and other MCP-compatible agents.
// Add to your MCP config:
{
"flare": {
"command": "npx",
"args": ["-y", "@withflare/mcp-server"]
}
}View resourceCLI Tool
Command-line interface for querying services, pricing, and checking fit from the terminal.
npx @withflare/cli servicesView resourceAPI Reference
REST Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/services | List all services. Filter by ?category= or ?region= |
| GET | /api/pricing | Starting prices for all services. Filter by ?category= |
| GET | /api/coverage | Geographic coverage — direct and partner support countries |
| GET | /api/integrations | Software integrations. Filter by ?category= |
| GET | /api/contact | Contact info, social links, and booking URLs |
MCP Server
Model Context Protocol Tools
Add Flare to your MCP-compatible AI agent (Claude Desktop, ChatGPT, Cursor, VS Code Copilot) and these tools become available:
get_servicesList all services with filtering by category and regionget_pricingGet starting prices for all services, with optional category filtercheck_fitAssess if Flare is right for a company and get recommendationsget_booking_linkGet the correct Calendly link for a region or serviceget_integrationsList supported software platforms by categoryget_coverageShow direct and partner support countriescompare_plansSide-by-side comparison of bookkeeping plansMCP Configuration
{
"mcpServers": {
"flare-accounting": {
"command": "npx",
"args": ["-y", "@withflare/mcp-server"]
}
}
}CLI Tool
Query from the terminal.
No installation needed — just run with npx. Perfect for developer-founders and AI coding assistants.
List all services
$ npx @withflare/cli servicesShow starting prices
$ npx @withflare/cli pricing --category bookkeepingCheck fit
$ npx @withflare/cli fit --type "yc startup" --region us --cryptoGet booking link
$ npx @withflare/cli book --region usAgents in Action
How AI agents use Flare.
Real-world scenarios where AI agents connect to Flare on behalf of their humans.
Starting a business for your human
Your human messages you on WhatsApp: "I'm incorporating a US company and need an accountant." OpenClaw routes to Flare's MCP server, runs check_fit and get_pricing, and replies with a recommended plan and a booking link — all without leaving the chat.
Setting up finances for a new project
A developer asks Claude Code to "set up accounting for my new startup." Claude calls Flare's get_services and check_fit tools, recommends Startup Bookkeeping at $550/mo, and drops the Calendly booking link directly in the terminal.
Comparing accounting options mid-sprint
A founder is coding and asks Cursor: "What would Flare charge for multi-entity bookkeeping across US and UK?" Cursor calls compare_plans and get_coverage, then surfaces the answer inline — $795/mo starting, with consolidated reporting across jurisdictions.
Researching accountants for a crypto company
A founder asks ChatGPT: "Find me an accountant that handles both crypto and fiat bookkeeping." ChatGPT hits Flare's OpenAPI spec, queries the services endpoint filtered by crypto, and presents Flare's Crypto & Web3 Accounting at $1,200/mo with 20+ native integrations.