Favilla ships a hosted MCP server and a REST API. Create a personal token from the dashboard, paste one config, and Claude, Cursor or ChatGPT can launch analyses and read verified reports.
Sign in (your first analysis is free), open Account → Integrations and hit Create API token. Tokens start with fv_ and act on your account: analyses started by an agent use your credits, with the same binding quotes and automatic refunds as the dashboard.
claude mcp add --transport http favilla https://api.favilla.ai/mcp \
--header "Authorization: Bearer fv_YOUR_TOKEN"Add this to your MCP configuration (claude_desktop_config.json, ~/.cursor/mcp.json, …):
{
"mcpServers": {
"favilla": {
"type": "http",
"url": "https://api.favilla.ai/mcp",
"headers": { "Authorization": "Bearer fv_YOUR_TOKEN" }
}
}
}Add a custom connector pointing at https://api.favilla.ai/mcp with the Authorization header above (available where your ChatGPT plan supports custom connectors / developer mode).
Everything a tool returns went through the same fact-checking pass as the dashboard. Spending safety: analyses always price against a binding quote, and failed jobs refund their credits automatically.
The same token opens the whole REST API with Authorization: Bearer fv_…. The interactive reference lives at api.favilla.ai/docs (OpenAPI at /openapi.json).
# your channel library, as JSON
curl -H "Authorization: Bearer fv_YOUR_TOKEN" \
https://api.favilla.ai/api/channelsCreate your token in a minute — the first analysis is on us.
Get your API token — start free