# Rede — MCP server on mcp.ai > Sales, receivables and statements for your Rede (card machine) account via session capture, with your authorization. You provide your Rede portal email and password and the platform logs into your account to read your own data, on the same area you use in the portal. Read-only: sales and transactions by period, receivables schedule and financial statement. Pairs with the Banco MCP to reconcile card machine and bank. By: mcp.ai · official Page: https://mcp.ai/rede ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_rede?ms=1782685680000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/rede/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/rede/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/rede/skill.md Postman collection (v2.1): https://mcp.ai/rede/postman.json ## Example prompts - "My Rede sales from the last 7 days" - "What's my receivables schedule on Rede?" - "Show my Rede account statement this month" ## Links Docs: https://mcp.ai/docs/mcps/rede Website: https://mcp.ai/mcps/rede