MCP Server
MCP
AP Control Labs Finance Controls
Read-only finance and operations controls for AI agents with evidence and safe next actions.
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