← Back to Plugins
MCP Server MCP

AP Control Labs Finance Controls

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Read-only finance and operations controls for AI agents with evidence and safe next actions.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api-production-9502.up.railway.app/mcp",
      "headers": [
        {
          "description": "Bearer API key created in the AP Control workspace.",
          "isRequired": true,
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "AP Control API key",
              "isRequired": true,
              "format": "string",
              "isSecret": true,
              "placeholder": "apc_..."
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...