F360 Finanças
io.github.mcp-dir/f360-mcpFinancial and accounting reconciliation on F360 Finanças (management for retail chains and franchise
Tools · 19
Lista as contas/empresas F360 conectadas a este install — id, label.
Gera o relatório contábil/gerencial (GerarRelatorio). Período por `data_inicio`/`data_fim` (ISO AAAA-MM-DD). Pode devolver um id de relatório, baixe com f360_baixar_relatorio.
Gera o relatório de CONCILIAÇÃO DE CARTÕES (GerarRelatorioDeConciliacaoDeCartoes) por período. É a base da conciliação (pareia com o Banco MCP). Pode devolver um id, baixe com f360_baixar_relatorio.
Gera o relatório de transferências entre contas (GerarRelatorioTransferenciasEntreContas) por período. Pode devolver um id, baixe com f360_baixar_relatorio.
Baixa o resultado de um relatório já gerado (Download?id=). Use o `id` devolvido por uma das tools f360_relatorio_*. Bulk support: accepts ids for batched execution.
Lista os planos de contas (ListarPlanosContas).
Detalha um plano de contas por id (ObterPlanoDeContas). Bulk support: accepts ids for batched execution.
Lista as classificações de produtos (ListarClassificacaoProdutos).
Lista pessoas (clientes/fornecedores) (ListarPessoas). Paginado por `pagina`. `definicao` filtra o tipo ("ambos", "clientes", "fornecedores").
Detalha uma pessoa por id (ObterPessoa). Bulk support: accepts ids for batched execution.
Lista notas fiscais (ListarNotas). Paginado por `pagina`. Filtros: `registro` (ex.: NFSe), `inicio`/`fim` (ISO AAAA-MM-DD), `tipo` (ex.: Criação), `empresas` (CNPJs separados por vírgula), `cliente_fo…
Obtém o DANFE de uma nota por id (ObterDanfe). Bulk support: accepts ids for batched execution.
Obtém o XML de uma nota por id (ObterXML). Bulk support: accepts ids for batched execution.
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": {
"f360_finanças": {
"url": "https://api.mcp.ai/p_f360",
"transport": "streamable-http"
}
}
}