synthora-x402
Server Details
Keyless x402 crypto intel + pre-trade safety: signed SAFE/CAUTION/BLOCK, $0.02. 222 tools, Base
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.3/5 across 6 of 6 tools scored.
The four dedicated tools have clear, non-overlapping purposes (AML screening, contract safety, price, DeFi data). However, synthora_call could be used to invoke the same endpoints, creating potential ambiguity between the specific tools and the generic call tool. Still, the dedicated descriptions minimize confusion, so mostly distinct.
The tools use lowercase_with_underscores consistently, but the naming style mixes noun-based names (crypto_price, defi_data) with verb-based names (aml_ofac_wallet_screen, contract_safety_check, synthora_call). While the synthora_ prefix is consistent for the two generic tools, the overall set lacks a uniform verb_noun or noun_verb pattern, making it somewhat inconsistent.
With 6 tools, the server is well-scoped. The two generic tools (synthora_catalog, synthora_call) provide extensible access while the four dedicated tools cover common use cases, making the count reasonable.
The server offers a complete surface: the catalog lists all endpoints, and the call tool allows invocation of any of them. The dedicated tools cover typical needs, and there are no obvious dead ends or missing operations since any endpoint can be reached through the generic call.
Available Tools
6 toolsaml_ofac_wallet_screenBInspect
Screen a wallet/entity against OFAC/UN/EU/UK sanctions & AML lists; signed verdict. [SYNTHORA x402 · pay-per-call USDC on Base · pass wallet for 3 free calls]
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | your Base address for free-tier | |
| address | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses the 'signed verdict' output and payment/rate limits (pay-per-call, free calls). However, it does not reveal other behavioral traits such as external API calls, data retention, or error handling. The transparency is moderate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, with a single coherent sentence followed by a bracketed note for additional context (payment model). No redundant words. It is front-loaded with the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool lacks an output schema, but the description only mentions 'signed verdict' without detailing the return structure (e.g., format, fields). Given the complexity of sanctions screening, the description should specify what the verdict contains (e.g., matched lists, risk level). Additionally, parameter requirements are ambiguous (both optional? but likely one needed). Incomplete for safe invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%: one parameter ('wallet') has a description ('your Base address for free-tier'), the other ('address') has none. The tool description adds 'pass `wallet` for 3 free calls' but does not clarify the 'address' parameter's role or relationship to 'wallet'. Thus, the description adds minimal value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool screens wallets/entities against specific sanctions and AML lists (OFAC, UN, EU, UK), with a 'signed verdict' output. This is a specific verb and resource combination, and it distinguishes itself from sibling tools like 'address_risk_score' or 'contract_safety_check' which cover different risk assessments.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions a payment model and free calls for the 'wallet' parameter, giving some context on when to use. However, it does not explicitly contrast with siblings (e.g., 'address_risk_score') or state prerequisites. The guidance is implied but lacks explicit when-to-use or when-not-to-use instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
contract_safety_checkBInspect
On-chain contract safety: honeypot/rug/hidden-mint/owner-privileges verdict. [SYNTHORA x402 · pay-per-call USDC on Base · pass wallet for 3 free calls]
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | your Base address for free-tier | |
| address | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions 'verdict' and pay-per-call but does not disclose whether the tool is read-only, authorization requirements, or limits (e.g., rate limits). The billing note hints at cost but leaves behavioral details vague.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two sentences, no filler. The first sentence clearly states purpose, and the second provides billing context. It is front-loaded with the most important information, though the billing note could be streamlined.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and 2 params, the description covers the primary use case. However, it does not specify the verdict format (e.g., boolean, detailed report) or whether the tool requires a specific network (Base is mentioned but not enforced). Adequate but leaves gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50%: 'wallet' has a description linking to free calls, but 'address' lacks any description. The overall description adds context that the tool evaluates a contract address, partially compensating. However, the missing parameter description limits understanding of required input.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool checks on-chain contract safety for honeypot, rug, hidden-mint, and owner-privileges, which aligns with the tool name 'contract_safety_check'. It clearly distinguishes from siblings like 'address_risk_score' which likely focuses on addresses rather than contracts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes billing information but provides no guidance on when to use this tool versus alternatives like 'address_risk_score' or 'agent_pretrade_safety'. It does not mention prerequisites or when to avoid this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_priceBInspect
Crypto price + history (CoinGecko). [SYNTHORA x402 · pay-per-call USDC on Base · pass wallet for 3 free calls]
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| wallet | No | your Base address for free-tier |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses the data source (CoinGecko) and monetization (pay-per-call, free calls). However, it omits behavioral details like rate limits, error handling, or history length. The description adds useful context beyond schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. The core function is front-loaded in the first sentence, and the monetization note is brief and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given two simple parameters, no output schema, and no annotations, the description should clarify the 'id' parameter. Its omission leaves the tool incomplete for an agent to use correctly. The cost context is helpful but insufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% (only wallet described). The description adds meaning for wallet (free calls) but does not explain the 'id' parameter, leaving its purpose ambiguous. The schema itself also lacks a description for id.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns crypto price and history from CoinGecko, which is a specific verb+resource. However, it does not differentiate from sibling tools like 'defi_data' or 'onchain_wallet_balance' that might also provide pricing data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no explicit guidance on when to use this tool versus alternatives. It mentions a pay-per-call model and free calls with wallet, but does not state prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
defi_dataCInspect
DeFi protocol / TVL data. [SYNTHORA x402 · pay-per-call USDC on Base · pass wallet for 3 free calls]
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | your Base address for free-tier |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description bears full burden. It mentions a payment model and free calls but does not disclose whether the tool is read-only, what triggers costs, or any limits beyond the free tier. Behavioral traits are insufficiently explained.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise with two short sentences. However, the second sentence is commercial information that could be placed elsewhere. No wasted words, but structure could be improved.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description provides basic purpose and payment context. It lacks details on what data is returned (e.g., specific TVL metrics or protocols), which is important for tool selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with one parameter 'wallet' described as 'your Base address for free-tier'. The description adds context by linking it to free calls ('pass `wallet` for 3 free calls'), slightly enriching the schema but not significantly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description states 'DeFi protocol / TVL data', clearly indicating the tool provides DeFi-related data. This distinguishes it from siblings like crypto_price or address_risk_score, though it lacks specificity on which protocols or metrics.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. The description mentions a pay-per-call model but does not advise on selection criteria relative to other data tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
synthora_callCInspect
Call ANY SYNTHORA x402 endpoint by its catalog id (see synthora_catalog).
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| wallet | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description does not disclose side effects, authentication needs, rate limits, or what the wallet parameter implies. Only states call action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence but omits essential details. Under-informative rather than concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, no annotations, and 0% parameter coverage. Description fails to explain return format, error handling, or usage of nested objects.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%; description only explains the 'id' parameter indirectly via catalog reference. No explanation for 'body' or 'wallet' parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool calls any SYNTHORA x402 endpoint by catalog ID, and references synthora_catalog for ID lookup. Distinct from siblings like synthora_catalog.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly references synthora_catalog to obtain the ID, implying prior use of that tool. Does not explicitly contrast with other sibling tools but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
synthora_catalogAInspect
List the full SYNTHORA x402 catalog of verifiable data/intel endpoints (live, generated -- no fixed count).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It adds useful behavioral context: 'live, generated -- no fixed count' indicates the catalog is dynamic and not static. However, it does not disclose the return structure, any potential rate limits, or confirm read-only status explicitly, leaving some gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that front-loads the action ('List') and efficiently communicates the tool's purpose and key behavior. No wasted words; every part adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description should clarify what the response contains. It says 'catalog of verifiable data/intel endpoints' but does not specify the format or fields of the returned items. For a simple listing tool, it is partially complete, but the lack of return detail prevents a higher score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the input schema is empty with 100% coverage. Since there are no parameters to document, the baseline is 4. The description correctly avoids parameter details that would be irrelevant.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'List the full SYNTHORA x402 catalog of verifiable data/intel endpoints.' It uses a specific verb ('List') and resource ('catalog') and distinguishes itself from sibling tools, which are individual endpoints, by being the comprehensive catalog listing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: when you need an overview of all available verifiable data/intel endpoints, use this tool. It does not explicitly mention alternatives or when not to use it, but the contrast with sibling tools (specific endpoints) makes the context clear. Lacks explicit exclusions, so not a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
Flicense-qualityDmaintenance33 crypto security tools via x402 micropayments. Auto-refund guarantee. $0.01-$0.15/call.- Flicense-qualityDmaintenance33 crypto security tools via x402 micropayments. Auto-refund guarantee. $0.01-$0.15/call.
- Flicense-qualityDmaintenancePay-per-use AI security and research tools for autonomous agents on Base, enabling honeypot detection, risk assessment, wallet analysis, and yield optimization via the x402 protocol.
- AlicenseAqualityAmaintenanceProvides tools for verifying crypto price events and building permit intelligence, with free and paid tools using the x402 protocol.11670MIT