Built for AI Agents

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.txt
View resource

llms-full.txt

Extended version with complete pricing tables, FAQs, testimonials, and all service details.

curl https://withflare.co/llms-full.txt
View resource

REST API

JSON endpoints for services, dynamic pricing, coverage, integrations, and contact info.

curl https://withflare.co/api/services
View resource

OpenAPI Spec

Machine-readable API specification. Import into any AI agent framework to auto-generate clients.

# ChatGPT Actions, OpenAI SDK, etc.
View resource

MCP 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 resource

CLI Tool

Command-line interface for querying services, pricing, and checking fit from the terminal.

npx @withflare/cli services
View resource

API Reference

REST Endpoints

MethodEndpointDescription
GET/api/servicesList all services. Filter by ?category= or ?region=
GET/api/pricingStarting prices for all services. Filter by ?category=
GET/api/coverageGeographic coverage — direct and partner support countries
GET/api/integrationsSoftware integrations. Filter by ?category=
GET/api/contactContact 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 region
get_pricingGet starting prices for all services, with optional category filter
check_fitAssess if Flare is right for a company and get recommendations
get_booking_linkGet the correct Calendly link for a region or service
get_integrationsList supported software platforms by category
get_coverageShow direct and partner support countries
compare_plansSide-by-side comparison of bookkeeping plans

MCP 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 services

Show starting prices

$ npx @withflare/cli pricing --category bookkeeping

Check fit

$ npx @withflare/cli fit --type "yc startup" --region us --crypto

Get booking link

$ npx @withflare/cli book --region us

Agents in Action

How AI agents use Flare.

Real-world scenarios where AI agents connect to Flare on behalf of their humans.

OpenClaw

Open-source AI gateway for WhatsApp, Telegram, Discord & iMessage

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.

Claude Code

Anthropic's agentic coding tool with MCP support

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.

Cursor

AI-native code editor with built-in MCP support

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.

ChatGPT

OpenAI's assistant with Actions and plugin support

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.