mcpbeat

Procfy MCP Server

io.github.mcp-dir/procfy-mcp
answering

Procfy is answering right now. Last checked 4 min ago. It exposes 16 tools. Last commit 11 Jun 2026.

Financial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts,

Uptime history 42 hours of history · worst hour 25%
42 hours agonow
94.5%
Uptime 24h
86 of 91 checks
16
Tools
read from the server
546 ms
Response time
average over 24h
0
Stars
last commit 11 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add procfy-mcp --transport http https://api.mcp.ai/p_procfy
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "procfy-mcp": {
      "url": "https://api.mcp.ai/p_procfy"
    }
  }
}
~/.codex/config.toml
[mcp_servers.procfy-mcp]
url = "https://api.mcp.ai/p_procfy"
.cursor/mcp.json
{
  "mcpServers": {
    "procfy-mcp": {
      "url": "https://api.mcp.ai/p_procfy"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "procfy-mcp": {
      "url": "https://api.mcp.ai/p_procfy"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

procfy
procfy_create_transaction
Cria uma transação na Procfy. `data` é um JSON string com os campos do payload (type, amount, date, bank_account_id, category_id, contact_id, description, ...). Confira o schema em api-docs.procfy.io/#transacoes.
procfy_get_bank_account_balance
Detalha uma conta bancária da Procfy (inclui saldo) por id. Bulk support: accepts bank_account_ids for batched execution.
procfy_get_transaction
Detalha uma ou mais transações por id. Passe `transaction_ids` (lista, máx 50) — busca em lote com retry/backoff e erros por-id; ou `transaction_id` único.
procfy_list_accounts
Lista as conexões (contas) Procfy vinculadas a este install — id, label.
procfy_list_bank_accounts
Lista as contas bancárias da Procfy. Paginado.
procfy_list_categories
Lista categorias (plano de contas) da Procfy. Paginado.
procfy_list_contacts
Lista contatos (clientes/fornecedores) da Procfy. Paginado.
procfy_list_cost_centers
Lista centros de custo da Procfy. Paginado.
procfy_list_transactions
Lista transações (receita/despesa/transferência/folha/imposto) da Procfy. Paginado (page/items, máx 50/página). Use `filters` (JSON) pra filtrar por data, conta, categoria etc.
procfy_list_users
Lista usuários da conta Procfy. Paginado.
authenticate
authenticate
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
connect
connect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
marketplace
marketplace
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin.
report
report_bug
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show
show_version
Show the current MCP platform and adapter versions.
toolkit
toolkit_info
Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes.

Endpoints

URLTransportStateLatencyChecked
https://api.mcp.ai/p_procfy streamable-http answering 187 ms 4 min ago

Procfy — questions

Answers built from our own checks of this server.

What can Procfy do?
It exposes 16 tools, read directly from the server on our last check. Among them: authenticate, connect, marketplace, procfy_create_transaction, procfy_get_bank_account_balance, procfy_get_transaction and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Procfy working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 86 of 91 checks got a reply (94.5%), average response time 546 ms. The bar chart above shows every period we have measured.
How do I connect Procfy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Procfy need an API key?
No. Procfy completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Procfy?
It answers our handshake in 546 ms on average, which is faster than 19% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Procfy open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.