Connection check
verified live · 27h ago
procfy-mcp
Financial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts,
Tools
16
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
16 toolsRead from the running server on 27h ago.
authenticate
token
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… 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
read-only
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 tool… 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
limitqueryactionmcp_idmessagetool_id
+17
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",… 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. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.
procfy_create_transaction
data*account
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… 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
read-only
accountbank_account_id*bank_account_ids
Detalha uma conta bancária da Procfy (inclui saldo) por id. Bulk support: accepts bank_account_ids for batched execution. Detalha uma conta bancária da Procfy (inclui saldo) por id. Bulk support: accepts bank_account_ids for batched execution.
procfy_get_transaction
read-only
accounttransaction_idtransaction_ids
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. 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
read-only
account
Lista as conexões (contas) Procfy vinculadas a este install — id, label. Lista as conexões (contas) Procfy vinculadas a este install — id, label.
procfy_list_bank_accounts
read-only
pageitemsaccountfilters
Lista as contas bancárias da Procfy. Paginado. Lista as contas bancárias da Procfy. Paginado.
procfy_list_categories
read-only
pageitemsaccountfilters
Lista categorias (plano de contas) da Procfy. Paginado. Lista categorias (plano de contas) da Procfy. Paginado.
procfy_list_contacts
read-only
pageitemsaccountfilters
Lista contatos (clientes/fornecedores) da Procfy. Paginado. Lista contatos (clientes/fornecedores) da Procfy. Paginado.
procfy_list_cost_centers
read-only
pageitemsaccountfilters
Lista centros de custo da Procfy. Paginado. Lista centros de custo da Procfy. Paginado.
procfy_list_transactions
read-only
pageitemsaccountfilters
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. 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
read-only
pageitemsaccountfilters
Lista usuários da conta Procfy. Paginado. Lista usuários da conta Procfy. Paginado.
report_bug
contextmessage*conversation
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_version
read-only
Show the current MCP platform and adapter versions. Show the current MCP platform and adapter versions.
toolkit_info
read-only