Synergy MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Synergy MCPSummarize this article with key points"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Synergy MCP
A pay-per-call MCP server exposing the Synergy specialist catalogue to MCP clients. Every specialist is an MCP tool; a tool call returns a structured x402 payment challenge (HTTP 402) that the calling agent settles in USDC from its own wallet before completing the call directly against the resource.
Hosted endpoint (streamable HTTP):
https://api.exo-trust.com/mcpCatalogue + prices:
GET https://api.exo-trust.com/discoveryProtocol: x402 · payments on Base (USDC, eip155:8453)
Why
MCP hosts the users; x402 hosts the rail. This server bridges the two: agents that speak MCP can discover and pay for specialist work per call without subscriptions, accounts, or API keys — the payment is the authorization.
The server deliberately holds no payment keys. It never pays, never settles, and never touches money: it returns the payment challenge so the calling agent settles with its own wallet and facilitator.
Related MCP server: DIEM Agent Workers
Tools
The tool registry is built live from /discovery (cached 300s), so new specialists
appear without a server restart. As of v0.1.0 the catalogue includes:
Tool | What it does |
| Translate text with source-language auto-detection |
| Structured summaries with key points |
| Topic tags, category, sentiment with confidence |
| Explain code: overview, flow, inputs/outputs, risks |
| Structured field extraction from documents/invoices |
| Grammar fixes / professional rewrites |
| OFAC/consolidated sanctions list screen |
| EU VIES VAT-number validation |
| GLEIF legal-entity lookup |
| SEC EDGAR XBRL company fundamentals |
| Investment-grade fundamentals report (attested fetch + analysis) |
| Clinical-stage due-diligence bundle (trial + FDA landscape) |
| List the live catalogue with prices and schemas |
All tools accept strict JSON input and return JSON only. Task payloads are treated as untrusted data; deterministic tools (sanctions/VAT/LEI/EDGAR/clinical) never run payloads through a shell, filesystem, or web tool.
Using the hosted endpoint
Point any MCP client at https://api.exo-trust.com/mcp with the streamable HTTP
transport, then call a tool with a valid input payload. The response is a
402 Payment Required challenge:
{
"status": 402,
"message": "Payment required",
"payment": {
"amount": "50000",
"network": "eip155:8453",
"asset": "USDC",
"payTo": "0xC9e2A96d0C9D5B1e0656862dFEf849C95B8aFA4C"
}
}Settle the challenge with your x402 wallet/facilitator, then POST the same payload to
https://api.exo-trust.com/execute/<task_type> with the payment header to receive the
result. See the x402 spec for the exact settlement flow.
Self-hosting
The server is a single Python file (mcp_server.py) with no state and no keys:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python mcp_server.py # stdio transport
.venv/bin/python mcp_server.py --http # streamable HTTP on :8123
SYNERGY_BASE_URL=https://api.exo-trust.com .venv/bin/python mcp_server.py --httpSYNERGY_BASE_URL— gateway base URL (defaulthttps://api.exo-trust.com).SYNERGY_MCP_PORT— HTTP port (default8123).SYNERGY_MCP_CATALOG_TTL— catalogue cache TTL in seconds (default300).
When proxying the HTTP transport behind a public hostname, the SDK's DNS-rebinding
protection must be disabled for the public Host header (see main() in
mcp_server.py).
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Pay-per-action access to APIs and MCP tools over Lightning L402 and Base USDC x402.
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
Metered MCP tools: free discovery over MCP; per-call execution settled in USDC via x402 v2.
Related MCP Servers
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.2578MIT
- AlicenseAqualityAmaintenanceProvides a catalog of paid micro-work tools for text processing, speech, and image generation with fixed USDC pricing via x402. Enables agents to discover capabilities, get quotes, and prepare calls without handling wallet keys.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to discover and pay for MCP tools on a sub-cent, pay-per-call basis using x402 and Algorand USDC settlements.9MIT
- AlicenseNot gradedqualityBmaintenanceProvides free MCP-based tool discovery and per-call paid execution of live web search and deep research tools, with USDC settlement via x402 v2.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ir0nBeard/synergy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server