Emercoin swap
Keyless MCP exchanger for AI agents — pay an exact amount to one deposit address, EMC delivered to any address. USDT(Tron) > EMC. Live at https://swap.emercoin.com/mcp
Block For Production
trustsnap_637f627c598f7197.- Utility Coverage
- Step Up Auth
- Request Association
- Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tool…
- Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
- Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
- No segmented attention signals observed in the current window.
Dispute this assessment
If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.
Verify responds to disputes within 5 business days and resolves them within 15.
Dispute history
No disputes filed for this server.
Risks
Security posture
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes | Evidence |
|---|---|---|---|---|---|
get_swap_config |
read financial | Low | none | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"capabilities": [
"read",
"financial"
],
"input_schema": {
"properties": {},
"title": "get_swap_configArguments",
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
buy_emc |
write network export financial | Critical | arbitrary network egress bulk data access financial transaction | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false
},
"capabilities": [
"write",
"network",
"export",
"financial"
],
"input_schema": {
"properties": {
"amount_usdt": {
"description": "USDT to pay; must be one of the allowed denominations from get_swap_config (currently 5 or 10)",
"exclusiveMinimum": 0,
"title": "Amount Usdt",
"type": "number"
},
"destination_emc_address": {
"description": "your EMC address to receive EMC (legacy 'E\u2026' or bech32 'em1\u2026')",
"title": "Destination Emc Address",
"type": "string"
},
"idempotency_key": {
"default": "",
"description": "optional: a stable string you choose; retrying buy_emc with the same key + address + amount returns the SAME order instead of opening a new one (use it so a retry after a timeout doesn't create a duplicate)",
"title": "Idempotency Key",
"type": "string"
}
},
"required": [
"amount_usdt",
"destination_emc_address"
],
"title": "buy_emcArguments",
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress",
"bulk_data_access",
"financial_transaction"
]
}
Dispute this classification
|
get_order_status |
read secrets | Medium | secret material access freeform input surface | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"capabilities": [
"read",
"secrets"
],
"input_schema": {
"properties": {
"token": {
"description": "opaque order handle returned by buy_emc; pass it back unchanged",
"title": "Token",
"type": "string"
}
},
"required": [
"token"
],
"title": "get_order_statusArguments",
"type": "object"
},
"risk_flags": [
"secret_material_access",
"freeform_input_surface"
]
}
Dispute this classification
|
cancel_order |
write delete secrets | High | destructive operation secret material access freeform input surface | Safeguards hinted in metadata. |
Schema & evidence{
"annotations": {
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"capabilities": [
"write",
"delete",
"secrets"
],
"input_schema": {
"properties": {
"token": {
"description": "opaque order handle returned by buy_emc; pass it back unchanged",
"title": "Token",
"type": "string"
}
},
"required": [
"token"
],
"title": "cancel_orderArguments",
"type": "object"
},
"risk_flags": [
"destructive_operation",
"secret_material_access",
"freeform_input_surface"
]
}
Dispute this classification
|
Write-action governance
Status detail: 2 high-risk tool(s), 1 destructive tool(s) are exposed without a clear auth boundary; 4 safeguard(s) and 3 confirmation signal(s) detected.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
buy_emc |
Critical | arbitrary network egress bulk data access financial transaction | yes |
cancel_order |
High | destructive operation secret material access freeform input surface | yes |
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Critical alerts
Compatibility
Client compatibility verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Warningstep_up_auth_probe• Missingconnector_replay_probe• OK — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Warning
Evidence provenance
action_safety_probe• Error
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client compatibility gate details
Remediation checklist
- Add OAuth-based authentication for remote connector auth.
- Support dynamic client registration (DCR) to simplify connector setup.
- Improve OAuth interoperability -- see the OAuth Interop score breakdown.
- Limit the exposed surface to search/fetch-style read tools.
- Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
- Configure OAuth for authenticated remote MCP access.
Remediation checklist
- Limit the exposed surface to search/fetch-style read tools.
- Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
- Configure OAuth for authenticated remote MCP access.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
- Resolve transport compliance issues before wider client rollout.
Remediation checklist
- Add a clearer auth boundary around risky write actions.
- Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
- No active alert triggers.
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Partially client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing blocked | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Passes
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Degraded
Recommended for
Evidence
Current trust snapshot
trustsnap_637f627c598f7197Canonical machine links
Evidence confidence
Latest validation evidence
Failures
oauth_authorization_serverno authorization serveroauth_protected_resourceClient error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404openid_configurationno authorization serverserver_cardClient error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
Error | n/a | 2 high-risk, 1 destructive, 1 egress-capable, 1 bulk-access, 2 declared non-read-only, non-read capabilities: write, delete, financial, export tool(s); no clear auth boundary; safeguards=4; confirmation=buy emc, get order status, cancel order. |
advanced_capabilities_probe |
Warning | n/a | Only 3 capability signal(s): prompts, resources, structured outputs. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: action safety, server card. |
connector_replay_probe |
OK | n/a | Backward compatible with no breaking tool-surface changes. |
determinism_probe |
OK | 122.8 ms | Check completed |
initialize |
OK | 263.7 ms | Protocol 2025-03-26 |
interactive_flow_probe |
Missing | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Error | 271.7 ms | Client error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
official_registry_probe |
Missing | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 296.2 ms | Fetched https://swap.emercoin.com/robots.txt |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
OK | 121.1 ms | 0 prompt(s) exposed |
protocol_version_probe |
Warning | n/a | Claims 2025-03-26; 2 release(s) behind 2025-11-25. |
provenance_divergence_probe |
Not_Assessed | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
Missing | n/a | not advertised |
resources_list |
OK | 122.2 ms | 0 resource item(s) exposed |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 216.2 ms | Client error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
session_resume_probe |
Warning | n/a | no session id |
step_up_auth_probe |
Missing | n/a | No OAuth or incremental-scope signals detected. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 123.3 ms | 4 tool(s) exposed |
transport_compliance_probe |
Warning | 118.9 ms | Issues: missing session id, missing protocol header (bad protocol=400). |
utility_coverage_probe |
Missing | 121.3 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
- No versions recorded.
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Degraded |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Likely to fail |
|
Utility coverage
Tool snapshot diff & changelog
Required-argument changes
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument changes detected. | ||
Output-schema drift
| Tool | Previous properties | Latest properties |
|---|---|---|
| No output-schema drift detected. | ||
Validation diff
Regressed checks: none
Improved checks: none
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
| No component deltas between the latest two runs. | |||
Registry & provenance divergence
| Field | Registry | Live server card |
|---|---|---|
| Title | n/a | n/a |
| Version | n/a | n/a |
| Homepage | n/a | n/a |
Active alerts
No active alerts for the current server state.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
emercoin/swap |
glama_registry | yes | canonical | 59.9 |
Alias consolidation
Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Fix it
Why this score?
Algorithmic score breakdown
1 component(s) not assessed for this run: Provenance Divergence
Experimental candidate components
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| High | Add confirmation and dry-run semantics for risky actions | High-risk write, delete, exec, or egress tools should communicate safeguards clearly. | Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tools before they can make destructive changes.Playbook
|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Expose /.well-known/oauth-protected-resource | Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. | Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.Playbook
|
| High | Publish OAuth authorization-server metadata | Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. | Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.Playbook
|
| High | Publish a complete server card | Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. | Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | |
| Medium | Document minimal scopes and return cleaner auth challenges | Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. | Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Support resumable HTTP sessions cleanly | Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. | Persist session state keyed by Mcp-Session-Id and honor Last-Event-ID on GET reconnects so clients can resume a dropped Streamable HTTP session.Playbook
|
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.Playbook
|
| Low | Publish or reconcile the server in the official MCP registry | Official registry presence improves discovery confidence and cross-source consistency. |
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Utility Coverage | 0/4 | -4.0 |
| Step Up Auth | 0/4 | -4.0 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| OAUTH Interop | 0/4 | -4.0 |
| Interactive Flow Safety | 0/4 | -4.0 |
| Error Contract | 0/4 | -4.0 |
| Dependency Supply Chain Signal | 0/4 | -4.0 |
| Least Privilege Scope | 1/4 | -3.0 |
| Advanced Capability Coverage | 1/4 | -3.0 |
| Action Safety | 1/4 | -3.0 |
| Transport Compliance | 2/4 | -2.0 |
Compatibility profiles
Connector URL: https://swap.emercoin.com/mcp # No OAuth metadata detected. # Server: emercoin/swap
{
"mcpServers": {
"swap": {
"command": "npx",
"args": ["mcp-remote", "https://swap.emercoin.com/mcp"]
}
}
}
smithery mcp add "https://swap.emercoin.com/mcp"
curl -sS https://swap.emercoin.com/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Governance
MCP TrustOps
TrustOps turns this report into operational controls: freshness SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/decideAlert subscription types
MCP Runtime hosting
Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.
/hosted/{namespace}/{name}/mcp| Deployment | Status | Endpoint | Release |
|---|---|---|---|
| No hosted runtime deployments yet. | |||
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewInstall snippets
Connector URL: https://swap.emercoin.com/mcp # No OAuth metadata detected. # Server: emercoin/swap
{
"mcpServers": {
"swap": {
"command": "npx",
"args": ["mcp-remote", "https://swap.emercoin.com/mcp"]
}
}
}
smithery mcp add "https://swap.emercoin.com/mcp"
curl -sS https://swap.emercoin.com/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.emercoin/swap.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 11, 2026 07:23:25 AM UTC | Healthy | 59.9 | 1994.5 ms | 4 |
| Aug 10, 2026 07:22:44 PM UTC | Healthy | 59.9 | 1646.4 ms | 4 |
| Aug 10, 2026 07:21:52 AM UTC | Healthy | 59.9 | 1868.4 ms | not fetched |
| Aug 09, 2026 07:21:41 PM UTC | Healthy | 59.9 | 2141.0 ms | not fetched |
| Aug 09, 2026 07:09:56 AM UTC | Healthy | 59.9 | 1743.5 ms | not fetched |
| Aug 08, 2026 07:09:34 PM UTC | Healthy | 59.9 | 1742.5 ms | not fetched |
| Aug 08, 2026 07:09:22 AM UTC | Healthy | 59.9 | 1839.5 ms | not fetched |
| Aug 07, 2026 07:09:15 PM UTC | Healthy | 59.4 | 2121.1 ms | not fetched |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 11, 2026 07:23:25 AM UTC | Healthy | 59.9 | 2025-03-26 | public | 4 | 2 | none |
| Aug 10, 2026 07:22:44 PM UTC | Healthy | 59.9 | 2025-03-26 | public | 4 | 2 | none |
| Aug 10, 2026 07:21:52 AM UTC | Healthy | 59.9 | unknown | unknown | not fetched | 0 | none |
| Aug 09, 2026 07:21:41 PM UTC | Healthy | 59.9 | unknown | unknown | not fetched | 0 | none |
| Aug 09, 2026 07:09:56 AM UTC | Healthy | 59.9 | unknown | unknown | not fetched | 0 | none |
| Aug 08, 2026 07:09:34 PM UTC | Healthy | 59.9 | unknown | unknown | not fetched | 0 | none |
| Aug 08, 2026 07:09:22 AM UTC | Healthy | 59.9 | unknown | unknown | not fetched | 0 | none |
| Aug 07, 2026 07:09:15 PM UTC | Healthy | 59.4 | unknown | unknown | not fetched | 0 | none |
| Aug 07, 2026 07:09:07 AM UTC | Healthy | 58.9 | unknown | unknown | not fetched | 0 | none |
| Aug 06, 2026 07:08:50 PM UTC | Healthy | 58.9 | unknown | unknown | not fetched | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 11, 2026 07:23:23 AM UTC | Completed | Healthy | 1994.5 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 10, 2026 07:22:42 PM UTC | Completed | Healthy | 1646.4 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 10, 2026 07:21:50 AM UTC | Completed | Healthy | 1868.4 ms | |
| Aug 09, 2026 07:21:39 PM UTC | Completed | Healthy | 2141.0 ms | |
| Aug 09, 2026 07:09:54 AM UTC | Completed | Healthy | 1743.5 ms | |
| Aug 08, 2026 07:09:33 PM UTC | Completed | Healthy | 1742.5 ms | |
| Aug 08, 2026 07:09:20 AM UTC | Completed | Healthy | 1839.5 ms | |
| Aug 07, 2026 07:09:12 PM UTC | Completed | Healthy | 2121.1 ms | |
| Aug 07, 2026 07:09:05 AM UTC | Completed | Healthy | 1717.0 ms | |
| Aug 06, 2026 07:08:48 PM UTC | Completed | Healthy | 1600.2 ms | |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 11, 2026 07:23:25 AM UTC | Latest validation: healthy | Score 59.9 with status healthy. |
| Aug 05, 2026 11:00:12 AM UTC | Score corrected (post-1.0.503 remediation, R1 zero-anchoring) | Prior: 72.1. Corrected: 69.55. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [
"buy_emc",
"get_order_status",
"cancel_order"
],
"reason": null,
"safeguard_count": 4,
"summary": {
"annotation_conflict_tools": 1,
"bulk_access_tools": 1,
"capability_distribution": {
"delete": 1,
"export": 1,
"financial": 2,
"network": 1,
"read": 2,
"secrets": 2,
"write": 2
},
"declared_non_read_only_tools": 2,
"destructive_tools": 1,
"egress_tools": 1,
"exec_tools": 0,
"has_mutating_capability": true,
"has_non_read_capability": true,
"high_risk_tools": 2,
"risk_distribution": {
"critical": 1,
"high": 1,
"low": 1,
"medium": 1
},
"secret_tools": 2,
"tool_count": 4
}
},
"latency_ms": null,
"status": "error"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": true,
"resource_links": false,
"resources": true,
"roots": false,
"sampling": false,
"structured_outputs": true
},
"enabled": [
"prompts",
"resources",
"structured_outputs"
],
"enabled_count": 3,
"initialize_capability_keys": [
"experimental",
"prompts",
"resources",
"tools"
]
},
"latency_ms": null,
"status": "warning"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"action_safety",
"server_card"
],
"criteria": {
"action_safety": false,
"auth_flow": true,
"connector_replay": true,
"initialize": true,
"protocol_version": true,
"remote_transport": true,
"request_association": true,
"server_card": false,
"session_resume": true,
"step_up_auth": true,
"tool_surface": true,
"tools_list": true,
"transport_compliance": true
},
"high_risk_tools": 2,
"tool_count": 4,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"connector_replay_probe": {
"details": {
"added_tools": [],
"additive_output_changes": [],
"backward_compatible": true,
"output_breaks": [],
"removed_tools": [],
"required_arg_breaks": [],
"would_break_after_refresh": false
},
"latency_ms": null,
"status": "ok"
},
"determinism_probe": {
"details": {
"attempts": 2,
"baseline_signature": "733aafa876239f616dda7bcf90493052fbf52dbc94d0c1899828d6e6414e5205",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 122.81,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"experimental": {},
"prompts": {
"listChanged": false
},
"resources": {
"listChanged": false,
"subscribe": false
},
"tools": {
"listChanged": false
}
},
"instructions": "Buy EMC with USDT (TRC20), no account needed. Flow: get_swap_config for the limits/rate \u2192 buy_emc with the USDT amount and your EMC address \u2192 send the EXACT returned amount to the deposit address (one-way, no refunds) \u2192 poll get_order_status by token until 'notified'. cancel_order drops an unpaid order.",
"protocolVersion": "2025-03-26",
"serverInfo": {
"name": "swap",
"version": "1.27.2"
}
}
},
"url": "https://swap.emercoin.com/mcp"
},
"latency_ms": 263.72,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": false,
"prompt_available": false,
"risk_hits": [],
"safe_hits": []
},
"latency_ms": null,
"status": "missing"
},
"oauth_authorization_server": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"oauth_protected_resource": {
"details": {
"error": "Client error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://swap.emercoin.com/.well-known/oauth-protected-resource"
},
"latency_ms": 271.74,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": false,
"official_peer_count": 0,
"registry_source": "glama_registry"
},
"latency_ms": null,
"status": "missing"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"consent_error": null,
"headers": {
"content-type": "text/plain; charset=utf-8"
},
"http_status": 200,
"url": "https://swap.emercoin.com/robots.txt",
"validation_disallowed": false
},
"latency_ms": 296.16,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 3,
"jsonrpc": "2.0",
"result": {
"prompts": []
}
},
"url": "https://swap.emercoin.com/mcp"
},
"latency_ms": 121.08,
"status": "ok"
},
"protocol_version_probe": {
"details": {
"claimed_version": "2025-03-26",
"lag_days": 244,
"latest_known_version": "2025-11-25",
"releases_behind": 2,
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "warning"
},
"provenance_divergence_probe": {
"details": {
"comparable_field_count": 0,
"compared_fields": [
"title",
"version",
"homepage",
"repository"
],
"direct_official_match": false,
"drift_fields": [],
"metadata_document_count": 1,
"readable_sources": [],
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": null,
"server_card_version": null
},
"latency_ms": null,
"status": "not_assessed"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resources_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 5,
"jsonrpc": "2.0",
"result": {
"resources": []
}
},
"url": "https://swap.emercoin.com/mcp"
},
"latency_ms": 122.2,
"status": "ok"
},
"schema_divergence_probe": {
"details": {
"auth_scheme_mismatch": false,
"card_server_name": null,
"card_server_version": null,
"compared_dimensions": [
"server_name",
"server_version",
"declared_vs_observed_auth",
"tool_membership",
"parameter_names",
"required_parameters",
"parameter_types",
"output_schema_presence"
],
"compared_tool_count": 0,
"live_server_name": "swap",
"live_server_version": "1.27.2",
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "Client error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://swap.emercoin.com/.well-known/mcp/server-card.json"
},
"latency_ms": 216.21,
"status": "error"
},
"session_resume_probe": {
"details": {
"protocol_version": "2025-03-26",
"reason": "no_session_id",
"resume_expected": true,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [],
"broad_scopes": [],
"challenge_headers": [],
"minimal_scope_documented": false,
"oauth_present": false,
"scope_specificity_ratio": 0.0,
"step_up_signals": [],
"supported_scopes": []
},
"latency_ms": null,
"status": "missing"
},
"tool_snapshot_probe": {
"details": {
"added": [],
"changed_outputs": [],
"current_tool_count": 4,
"previous_tool_count": 4,
"removed": [],
"similarity": 1.0
},
"latency_ms": null,
"status": "ok"
},
"tools_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"annotations": {
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Return the current order denominations and fixed rate for buying EMC with USDT.\n`allowed_amounts` is the exact set of USDT values buy_emc accepts (fixed\ndenominations, not a free range) \u2014 pick one of these; `min_usdt`/`max_usdt` are its\nbounds and emc_per_usdt is the rate (EMC you receive = amount_usdt \u00d7 emc_per_usdt).\nCall this first to choose a valid amount for buy_emc. Read-only \u2014 it neither creates\nnor changes an order. `support_email` is the operator contact for manual cases\n(e.g. an order on aml_hold or a late/mismatched payment).",
"inputSchema": {
"properties": {},
"title": "get_swap_configArguments",
"type": "object"
},
"name": "get_swap_config",
"outputSchema": {
"properties": {
"allowed_amounts": {
"description": "the fixed USDT denominations a buyer may pick",
"items": {
"type": "number"
},
"title": "Allowed Amounts",
"type": "array"
},
"emc_per_usdt": {
"title": "Emc Per Usdt",
"type": "number"
},
"max_usdt": {
"title": "Max Usdt",
"type": "number"
},
"min_usdt": {
"title": "Min Usdt",
"type": "number"
},
"support_email": {
"default": "",
"description": "operator contact for manual cases",
"title": "Support Email",
"type": "string"
}
},
"required": [
"min_usdt",
"max_usdt",
"emc_per_usdt"
],
"title": "WebConfigResponse",
"type": "object"
},
"title": "Get EMC swap limits and rate"
},
{
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false
},
"description": "Open an order to buy EMC with USDT (TRC20) and get back a shared TRON\n`deposit_address` plus the EXACT `amount_usdt` to send. This does NOT move funds:\nyou then transfer that exact figure (it is your order's matching tag) to the\ndeposit address; on confirmed payment, EMC (amount_usdt \u00d7 rate) is delivered to\nyour address automatically. Keep the returned `token` and poll get_order_status\nuntil 'notified'; to abandon before paying, call cancel_order. One-way \u2014 a wrong\namount cannot be matched and is NOT refunded. By default each call opens a NEW\norder; pass a stable `idempotency_key` to make retries return the same order. Use\nget_swap_config first to pick a valid amount.",
"inputSchema": {
"properties": {
"amount_usdt": {
"description": "USDT to pay; must be one of the allowed denominations from get_swap_config (currently 5 or 10)",
"exclusiveMinimum": 0,
"title": "Amount Usdt",
"type": "number"
},
"destination_emc_address": {
"description": "your EMC address to receive EMC (legacy 'E\u2026' or bech32 'em1\u2026')",
"title": "Destination Emc Address",
"type": "string"
},
"idempotency_key": {
"default": "",
"description": "optional: a stable string you choose; retrying buy_emc with the same key + address + amount returns the SAME order instead of opening a new one (use it so a retry after a timeout doesn't create a duplicate)",
"title": "Idempotency Key",
"type": "string"
}
},
"required": [
"amount_usdt",
"destination_emc_address"
],
"title": "buy_emcArguments",
"type": "object"
},
"name": "buy_emc",
"outputSchema": {
"$defs": {
"OrderStatus": {
"enum": [
"created",
"awaiting_payment",
"confirmed",
"emc_delivered",
"notified",
"underpaid",
"overpaid",
"aml_hold",
"deliver_failed",
"expired"
],
"title": "OrderStatus",
"type": "string"
}
},
"properties": {
"amount_usdt": {
"description": "EXACT amount to send \u2014 pay this figure",
"title": "Amount Usdt",
"type": "number"
},
"deposit_address": {
"title": "Deposit Address",
"type": "string"
},
"emc_amount": {
"title": "Emc Amount",
"type": "number"
},
"expires_at": {
"title": "Expires At",
"type": "string"
},
"order_id": {
"title": "Order Id",
"type": "integer"
},
"status": {
"$ref": "#/$defs/OrderStatus"
},
"token": {
"description": "opaque handle to poll this order",
"title": "Token",
"type": "string"
}
},
"required": [
"token",
"order_id",
"deposit_address",
"amount_usdt",
"emc_amount",
"status",
"expires_at"
],
"title": "WebOrderResponse",
"type": "object"
},
"title": "Buy EMC with USDT (open an order)"
},
{
"annotations": {
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Return the current status of a buy_emc order by its `token`: the status, the\nexact amount, the EMC amount and destination address, and the `emc_txid` once\ndelivered. Use this to poll after buy_emc \u2014 status progresses awaiting_payment \u2192\nconfirmed \u2192 emc_delivered \u2192 notified (done). Read-only; to cancel an unpaid order\nuse cancel_order instead.",
"inputSchema": {
"properties": {
"token": {
"description": "opaque order handle returned by buy_emc; pass it back unchanged",
"title": "Token",
"type": "string"
}
},
"required": [
"token"
],
"title": "get_order_statusArguments",
"type": "object"
},
"name": "get_order_status",
"outputSchema": {
"$defs": {
"OrderStatus": {
"enum": [
"created",
"awaiting_payment",
"confirmed",
"emc_delivered",
"notified",
"underpaid",
"overpaid",
"aml_hold",
"deliver_failed",
"expired"
],
"title": "OrderStatus",
"type": "string"
}
},
"properties": {
"amount_usdt": {
"title": "Amount Usdt",
"type": "number"
},
"deposit_address": {
"title": "Deposit Address",
"type": "string"
},
"destination_emc_address": {
"title": "Destination Emc Address",
"type": "string"
},
"emc_amount": {
"title": "Emc Amount",
"type": "number"
},
"emc_txid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Emc Txid"
},
"expires_at": {
"title": "Expires At",
"type": "string"
},
"order_id": {
"description": "human-quotable order number (DB id)",
"title": "Order Id",
"type": "integer"
},
"status": {
"$ref": "#/$defs/OrderStatus"
}
},
"required": [
"order_id",
"status",
"amount_usdt",
"emc_amount",
"destination_emc_address",
"deposit_address",
"expires_at"
],
"title": "WebStatusResponse",
"type": "object"
},
"title": "Get EMC order status"
},
{
"annotations": {
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Cancel a still-unpaid buy_emc order by its `token`, expiring it now and freeing\nits slot ahead of the TTL. Use this only before you pay; once a payment is in\nflight or confirmed it is too late and this errors. A payment sent after\ncancellation matches nothing and is NOT refunded. To only inspect an order without\nchanging it, use get_order_status.",
"inputSchema": {
"properties": {
"token": {
"description": "opaque order handle returned by buy_emc; pass it back unchanged",
"title": "Token",
"type": "string"
}
},
"required": [
"token"
],
"title": "cancel_orderArguments",
"type": "object"
},
"name": "cancel_order",
"outputSchema": {
"$defs": {
"OrderStatus": {
"enum": [
"created",
"awaiting_payment",
"confirmed",
"emc_delivered",
"notified",
"underpaid",
"overpaid",
"aml_hold",
"deliver_failed",
"expired"
],
"title": "OrderStatus",
"type": "string"
}
},
"properties": {
"amount_usdt": {
"title": "Amount Usdt",
"type": "number"
},
"deposit_address": {
"title": "Deposit Address",
"type": "string"
},
"destination_emc_address": {
"title": "Destination Emc Address",
"type": "string"
},
"emc_amount": {
"title": "Emc Amount",
"type": "number"
},
"emc_txid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Emc Txid"
},
"expires_at": {
"title": "Expires At",
"type": "string"
},
"order_id": {
"description": "human-quotable order number (DB id)",
"title": "Order Id",
"type": "integer"
},
"status": {
"$ref": "#/$defs/OrderStatus"
}
},
"required": [
"order_id",
"status",
"amount_usdt",
"emc_amount",
"destination_emc_address",
"deposit_address",
"expires_at"
],
"title": "WebStatusResponse",
"type": "object"
},
"title": "Cancel an unpaid EMC order"
}
]
}
},
"url": "https://swap.emercoin.com/mcp"
},
"latency_ms": 123.31,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json"
},
"bad_protocol_payload": {
"error": {
"code": -32600,
"message": "Bad Request: Unsupported protocol version: 1999-99-99. Supported versions: 2024-11-05, 2025-03-26, 2025-06-18, 2025-11-25"
},
"id": "server-error",
"jsonrpc": "2.0"
},
"bad_protocol_status_code": 400,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 118.9,
"status": "warning"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": null
},
"initialize_capability_keys": [
"experimental",
"prompts",
"resources",
"tools"
],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 121.34,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "Client error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://swap.emercoin.com/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"server_card": {
"error": "Client error '404 Not Found' for url 'https://swap.emercoin.com/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://swap.emercoin.com/.well-known/mcp/server-card.json"
}
},
"remote_url": "https://swap.emercoin.com/mcp",
"server_card_payload": null,
"server_identifier": "emercoin/swap"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://glama.ai/mcp/servers/kka2g2c58b
- Docs: none
- Support: https://github.com/emercoin/swap
- Icon: none
- Remote endpoint: https://swap.emercoin.com/mcp
- Server card: none
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header
Request association
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||