What is the AFOS — Agentic Financial OS MCP server?
Check any Base wallet before you pay it. Free, no signup, no account needed.
How to install AFOS — Agentic Financial OS
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-Agent-KeysecretOptional. Discovery (initialize, tools/list, ping) needs no credentials, and buying over x402 needs no account at all: hold USDC on Base and pay per request. A key is only needed to call tools that spend from a platform balance, and is issued instantly at POST /api/v1/agents/self-register.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"afos": {
"url": "https://focxle.com/api/v1/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"afos": {
"serverUrl": "https://focxle.com/api/v1/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"afos": {
"type": "http",
"url": "https://focxle.com/api/v1/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"afos": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://focxle.com/api/v1/mcp"
]
}
}
}Claude Code
claude mcp add --transport http afos https://focxle.com/api/v1/mcpRelated MCP servers
Ask what your AI agents cost. Per agent, across every vendor, from your editor.
0
View repository →Python
MIT