Procfy
io.github.mcp-dir/procfy-mcpFinancial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts,
Tools · 16
Lista as conexões (contas) Procfy vinculadas a este install — id, label.
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.
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.
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/…
Lista as contas bancárias da Procfy. Paginado.
Detalha uma conta bancária da Procfy (inclui saldo) por id. Bulk support: accepts bank_account_ids for batched execution.
Lista contatos (clientes/fornecedores) da Procfy. Paginado.
Lista categorias (plano de contas) da Procfy. Paginado.
Lista centros de custo da Procfy. Paginado.
Lista usuários da conta Procfy. Paginado.
Show the current MCP platform and adapter versions.
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
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 …
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
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…
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 conne…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"procfy": {
"url": "https://api.mcp.ai/p_procfy",
"transport": "streamable-http"
}
}
}