{
  "info": {
    "name": "Blackbaud — mcp.ai",
    "description": "REST API for the Blackbaud 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/blackbaud",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "blackbaud_add_gifts_to_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/gifts/to/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "gifts",
            "to",
            "batch"
          ]
        },
        "description": "Add one or more gifts (donations) to an existing gift batch in Blackbaud Raiser's Edge NXT. Use this tool when you need to: - Append new gifts to an open batch for later processing - Batch multiple do",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"gifts\": \"\",\n  \"batch_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "blackbaud_get_gift_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/gift/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "gift",
            "by",
            "id"
          ]
        },
        "description": "Retrieves comprehensive gift details from Blackbaud Raiser's Edge NXT by gift ID. Use this tool when you need to fetch detailed information about a specific gift including: - Gift amount and currency ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"gift_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "blackbaud_get_membership_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/membership/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "membership",
            "details"
          ]
        },
        "description": "Retrieves comprehensive membership details from Blackbaud Raiser's Edge NXT by member junction ID. Fetches detailed information about a specific membership including program name, category/subcategory",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"member_junction_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "blackbaud_get_payment_transaction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/payment/transaction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "payment",
            "transaction"
          ]
        },
        "description": "Retrieves payment transaction details from Blackbaud SKY Payments API. Use this to check transaction status, amounts, payment methods, and error details. Transaction IDs come from payment processing e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"transaction_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "blackbaud_one_roster_o_auth2_base_api",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/one/roster/o/auth2/base/api",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "one",
            "roster",
            "o",
            "auth2",
            "base",
            "api"
          ]
        },
        "description": "Tool to interact with Blackbaud OneRoster OAuth2 base endpoints. Use to fetch OpenID configuration (/.well-known/openid-configuration), JWKS key set (publickeys), or obtain an access token via the cli",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scope\": \"\",\n  \"clientId\": \"\",\n  \"basicAuth\": \"\",\n  \"grantType\": \"\",\n  \"operation\": \"\",\n  \"clientSecret\": \"\",\n  \"baseUrlOverride\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}