{
  "info": {
    "name": "Conta Simples — mcp.ai",
    "description": "REST API for the Conta Simples MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/contasimples",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "contasimples_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts"
          ]
        },
        "description": "List connections (companies)",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "summary"
          ]
        },
        "description": "Financial summary for period (banking + card)",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"top_n\": 0,\n  \"include_canceled\": false,\n  \"keywords\": \"\",\n  \"movement_type\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_card",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cards",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cards"
          ]
        },
        "description": "List corporate cards",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"type\": \"\",\n  \"email\": \"\",\n  \"product_name\": \"\",\n  \"last4\": \"\",\n  \"limit\": 0,\n  \"next_page_start_key\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_card_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cards/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cards",
            "write"
          ]
        },
        "description": "Block or unblock a card",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action\": \"\",\n  \"card_id\": \"\",\n  \"reason\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "categories"
          ]
        },
        "description": "List financial categories",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_statement_card",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/statements/card",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "statements",
            "card"
          ]
        },
        "description": "Credit card statement",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"limit\": 0,\n  \"types\": \"\",\n  \"next_page_start_key\": \"\",\n  \"keywords\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_statement_banking",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/statements/banking",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "statements",
            "banking"
          ]
        },
        "description": "Banking statement (transactions)",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account_id\": \"\",\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"limit\": 0,\n  \"sorting\": \"\",\n  \"has_attachments\": false,\n  \"was_conciled\": false,\n  \"category_ids\": \"\",\n  \"responsible_email\": \"\",\n  \"status\": 0,\n  \"amount_eq\": \"\",\n  \"amount_gt\": \"\",\n  \"amount_lt\": \"\",\n  \"next_page_start_key\": \"\",\n  \"keywords\": \"\",\n  \"movement_type\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_attachment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/attachments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "attachments"
          ]
        },
        "description": "Download transaction attachment",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"attachment_id\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "users"
          ]
        },
        "description": "List company users",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"limit\": 0,\n  \"next_page_start_key\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_user_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/users/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "users",
            "write"
          ]
        },
        "description": "Remove company user",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action\": \"\",\n  \"user_id\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_role",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/roles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "roles"
          ]
        },
        "description": "List roles",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_invite",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invites"
          ]
        },
        "description": "List invites",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"role_id\": \"\",\n  \"limit\": 0,\n  \"next_page_start_key\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "contasimples_invite_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invites/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invites",
            "write"
          ]
        },
        "description": "Create user invite",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action\": \"\",\n  \"role_id\": \"\",\n  \"email\": \"\",\n  \"accounts\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}