io.github.OxygenBubbles/freeagent-mcp-server
Quality Score
85
/100
FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"freeagent-mcp-server": {
"command": "npx",
"args": [
"-y",
"@oxygenbubbles/freeagent-mcp-server"
],
"env": {
"FREEAGENT_CLIENT_ID": "<your-freeagent_client_id>",
"FREEAGENT_CLIENT_SECRET": "<your-freeagent_client_secret>",
"FREEAGENT_REFRESH_TOKEN": "<your-freeagent_refresh_token>",
"VENDOR_CATEGORIES": "<vendor_categories>",
"MILEAGE_RATE_PENCE": "<mileage_rate_pence>",
"ORS_API_KEY": "<your-ors_api_key>",
"GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"freeagent-mcp-server": {
"command": "npx",
"args": [
"-y",
"@oxygenbubbles/freeagent-mcp-server"
],
"env": {
"FREEAGENT_CLIENT_ID": "<your-freeagent_client_id>",
"FREEAGENT_CLIENT_SECRET": "<your-freeagent_client_secret>",
"FREEAGENT_REFRESH_TOKEN": "<your-freeagent_refresh_token>",
"VENDOR_CATEGORIES": "<vendor_categories>",
"MILEAGE_RATE_PENCE": "<mileage_rate_pence>",
"ORS_API_KEY": "<your-ors_api_key>",
"GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @oxygenbubbles/freeagent-mcp-server§02 Environment variables
FREEAGENT_CLIENT_IDrequiredsecret
FreeAgent OAuth app client ID (from dev.freeagent.com)
FREEAGENT_CLIENT_SECRETrequiredsecret
FreeAgent OAuth app client secret
FREEAGENT_REFRESH_TOKENrequiredsecret
FreeAgent long-lived OAuth refresh token
VENDOR_CATEGORIESJSON map of vendor name to FreeAgent category URL (extends built-in mappings)
MILEAGE_RATE_PENCEDefault pence-per-mile rate (overrides HMRC 45p/25p)
ORS_API_KEYsecret
OpenRouteService API key for driving distance calculation
GOOGLE_MAPS_API_KEYsecret
Google Maps API key (alternative to ORS for distance calculation)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.