Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Toro

БесплатноНе проверен

Connects your Toro account to AI assistants via Open Finance Brasil, enabling natural language queries of balances, statements, credit card bills, and investmen

GitHubEmbed

Описание

Connects your Toro account to AI assistants via Open Finance Brasil, enabling natural language queries of balances, statements, credit card bills, and investments in read-only mode.

README

Toro no Claude, ChatGPT e agentes de IA via Open Finance

Conecte sua conta do Toro ao Claude, ChatGPT e agentes de IA via Open Finance Brasil. Pergunte sobre saldos, extratos, faturas de cartão e investimentos do Toro em linguagem natural. Regulado pelo Banco Central, somente leitura.

  • 🏦 Toro via Open Finance Brasil, regulado pelo Banco Central
  • 💳 Saldos, extratos, faturas de cartão, investimentos e empréstimos
  • 🔒 Somente leitura — a IA não movimenta dinheiro
  • 🔑 Login por magic-link, consentimento explícito e revogável (LGPD)
  • 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue

English version · Documentação completa · Skill pra agentes


Instalar em 1 clique

Claude (Web e Desktop)

A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):

➕ Abrir no Claude e conectar

Manual (se o deeplink não abrir): claude.ai/customize/connectors+Adicionar conector personalizado → cole Nome Toro MCP e URL https://api.mcp.ai/p_toro.

Cursor

➕ Instalar Toro MCP no Cursor

VS Code (Copilot Chat)

➕ Instalar Toro MCP no VS Code

ChatGPT, Manus, OpenClaw e mais 40+ clientes

Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:

https://api.mcp.ai/p_toro

Detalhes por cliente: INSTALL.md.


Exemplos de uso

Quanto gastei no cartão do Toro esse mês?
Resuma minha fatura do Toro em aberto
Qual meu saldo na conta do Toro?
Como está minha carteira de investimentos no Toro?

18 ferramentas disponíveis

Tool Descrição
openfinance_search_bank_connectors Searches the available bank connectors by name (pass keywords[], e.g.
openfinance_list_connections Returns the saved bank connections for this install: connector_id, item_id, bank name, and an add_connection_url to link additional banks via the Open Finance widget.
openfinance_get_item_status Returns the current status of a bank connection (UPDATED, UPDATING, LOGIN_ERROR, etc.), its executionStatus, and connector metadata.
openfinance_provider_status Checks the LIVE operational status of the Open Finance provider (its public status page) — this is the PROVIDER's health, separate from your own connection's openfinance_get_item_status.
openfinance_list_accounts Returns accounts for a bank connection: BANK (checking/savings) and CREDIT (credit card) with balance, number, type, subtype, bankData, and creditData.
openfinance_list_transactions Returns transactions for a bank account (BANK or CREDIT type).
openfinance_list_transactions_by_item Consolidated cash-flow analysis for a whole bank CONNECTION over a period, in ONE call.
openfinance_list_credit_card_bills Returns CLOSED credit card bills for a CREDIT-type account: dueDate, totalAmount, minimumPaymentAmount, allowsInstallments, plus payments[] (id, paymentDate, amount, valueType, paymentMode), payments_count, `payme…
openfinance_list_investments Returns the investment portfolio for a connection (broker or bank with INVESTMENTS product enabled): FIIs, stocks, ETFs, fixed income (CDB/LCI/LCA/Tesouro), mutual funds, retirement (previdência) and COE.
openfinance_list_investment_transactions Returns the movement history for a specific investment position: BUY / SELL / TAX / INTEREST / AMORTIZATION / TRANSFER.
openfinance_list_loans Lists loan contracts per bank connection (GET /loans).
openfinance_force_sync Forces the bank to re-sync one or more connections NOW and WAITS for it to finish (PATCH /items/:id, then polls until the item stops updating, up to ~60s).
openfinance_get_account_balance Returns real-time balance payload per account id (GET /accounts/:id/balance).
openfinance_get_accounts_detail Returns full account objects including extended creditData (additional cards, limits) per id (GET /accounts/:id).
openfinance_get_credit_card_bill Returns bill-level detail for one or more credit card bills by id (GET /bills/:id): financeCharges and payments[] (id, paymentDate, amount, valueType, paymentMode).
openfinance_list_categories Returns the provider's transaction category taxonomy (GET /categories), cached for the adapter session.
openfinance_update_transaction_category Corrects the category of one or more transactions (PATCH /transactions/:id).
openfinance_disconnect_bank Revokes the Open Finance consent for a specific bank and deletes the connection data.

Detalhe de cada tool: docs/ferramentas.md


Preços

Veja docs/precos.md.


Privacidade & LGPD

  • Somente leitura, nenhuma ferramenta altera dados na origem.
  • Sub-processadores: o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em docs/privacidade-lgpd.md.
  • Os dados retornados pelas tools são enviados ao LLM host que você escolher, sub-processador fora do nosso controle. Recomendamos planos com opt-out de treinamento.

Perguntas frequentes

Como funciona? Via Open Finance Brasil (regulado pelo Banco Central). Você conecta sua conta Toro com consentimento explícito; a IA lê saldos, extratos, faturas e investimentos. Somente leitura.

A IA pode movimentar dinheiro? Não. 100% leitura — Open Finance não permite movimentação por essa via.

Só funciona com o Toro? Este MCP é focado no Toro. Para conectar vários bancos de uma vez, use o Banco MCP (api.mcp.ai/banco).

O servidor é open source? O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills, tudo MIT.


Suporte


Licença

MIT — veja LICENSE. O servidor MCP em api.mcp.ai/p_toro é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.

from github.com/mcp-dir/toro-mcp

Установка Toro

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mcp-dir/toro-mcp

FAQ

Toro MCP бесплатный?

Да, Toro MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Toro?

Нет, Toro работает без API-ключей и переменных окружения.

Toro — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Toro в Claude Desktop, Claude Code или Cursor?

Открой Toro на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

$5

Stripe

Payments, customers, subscriptions

Stripeавтор: Stripe

malamutemayhem/unclick-agent-native-endpoints

110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n

malamutemayhemавтор: malamutemayhem

whiteknightonhorse/APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa

whiteknightonhorseавтор: whiteknightonhorse

trackerfitness729-jpg/sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr

trackerfitness729-jpgавтор: trackerfitness729-jpg

embeddedlayers/mcp-analytics

Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources

embeddedlayersавтор: embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneавтор: carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdавтор: tipdotmd

laundromatic/shopgraph

Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev

laundromaticавтор: laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtавтор: mrslbt

@arbitova/mcp-server

Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create

jiayuanliang0716-maxавтор: jiayuanliang0716-max

Compare Toro with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance