Synapze — Financial Intermediary MCP✓
eu.synapze/financial-intermediary-mcp · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "eu.synapze/financial-intermediary-mcp",
"description": "Connect AI agents to licensed financial intermediaries in France: insurance, credit, wealth.",
"title": "Synapze — Financial Intermediary MCP",
"repository": {
"url": "https://github.com/ycdvll/synapze-mcp",
"source": "github"
},
"version": "1.0.1",
"websiteUrl": "https://mcp.synapze.eu",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.synapze.eu/v1/{tenant_id}",
"headers": [
{
"description": "Bearer API key for the tenant",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"tenant_id": {
"description": "Broker cabinet identifier (e.g. protecsia, ism)",
"isRequired": true
}
}
},
{
"type": "streamable-http",
"url": "https://mcp.synapze.eu/v1/registry"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}