{"schema_version":"verify.report.v1","generated_at":"2026-07-09T21:09:32.602839+00:00","snapshot_id":"trustsnap_837a383eb2082c0c","server":{"namespace":"helix-song","name":"coinex_mcp_server","title":"coinex_mcp_server","description":"# CoinEx MCP Server\n\nA Model Context Protocol (MCP) server that enables AI agents to interact seamlessly with the CoinEx cryptocurrency exchange. This server provides comprehensive access to market data, trading operations, and account management through a standardized MCP interface.\n\n## Key Features\n\n- **Market Data Access**: Retrieve real-time tickers, order books, K-lines, and recent trades for both spot and futures markets\n- **Futures Analytics**: Access funding rates, premium indices, basis history, position tiers, and liquidation data\n- **Account Management**: Query account balances and manage trading positions\n- **Order Operations**: Place, cancel, and track orders with full history access\n- **Flexible Deployment**: Supports multiple transport protocols (stdio, HTTP, SSE) for various integration scenarios\n\n## Quick Start\n\n### Installation via http (Recommended)\njust add this url `https://mcp.coinex.com/mcp`  to your mcp configuration in agent. for example, use this command to add it to your claude code: \n```\nclaude mcp add --transport http coinex-mcp-server https://mcp.coinex.com/mcp\n```\n\n### Installation via uvx (Support get balance / place order by API key)\n\nConfigure your MCP client (e.g., Claude Desktop) with the following JSON:\n\n```json\n{\n  \"mcpServers\": {\n    \"coinex\": {\n      \"command\": \"uvx\",\n      \"args\": [\"coinex-mcp-server\"],\n      \"env\": {\n        \"COINEX_ACCESS_ID\": \"your_access_id_here\",\n        \"COINEX_SECRET_KEY\": \"your_secret_key_here\"\n      }\n    }\n  }\n}\n```\n\n### HTTP Mode Deployment by source code\n* install \n`pip install coinex-mcp-server`\n\n* start the server in HTTP mode:\n```bash\npython -m coinex_mcp_server.main --transport http --host 127.0.0.1 --port 8000 --path /mcp --enable-http-auth\n```\nPass credentials via HTTP headers:\n- `X-CoinEx-Access-Id: <your_access_id>`\n- `X-CoinEx-Secret-Key: <your_secret_key>`\n\n## Usage Examples\n\n- **Get Market Tickers**: `list_markets(market_type=\"spot\")` or `get_tickers(symbol=\"BTCUSDT\")`\n- **Query Order Book**: `get_orderbook(symbol=\"BTCUSDT\", limit=20)`\n- **Check Account Balance**: `get_account_balance()`\n- **Place Order**: `place_order(symbol=\"BTCUSDT\", side=\"buy\", type=\"limit\", amount=\"0.01\", price=\"50000\")`\n\n## Security Notes\n\n⚠️ **Important**: \n- Never expose HTTP authentication in public services\n- Deploy with HTTPS/TLS in production environments","homepage_url":"https://smithery.ai/servers/helix-song/coinex_mcp_server","docs_url":null,"icon_url":"https://api.smithery.ai/servers/helix-song/coinex_mcp_server/icon","support_url":null,"remote_url":null,"server_card_url":null,"latest_version":null,"current_status":"failing","current_score":45.62,"transport_type":null,"has_oauth":false,"has_dcr":false,"has_prompts":false,"tool_count":0,"current_validation_schema_version":"16d1d270090d6c8f","last_validated_at":"2026-07-09T16:49:58.839624+00:00","registry_source":"smithery_registry","registry_identifier":"smithery_registry:5e37a6cd-1de5-4144-923b-3de450b4eae7","canonical_identifier":null,"current_score_components":{"auth_operability_score":0.0,"error_contract_score":0.0,"rate_limit_semantics_score":2.0,"schema_completeness_score":0.0,"backward_compatibility_score":4.0,"slo_health_score":3.0,"security_hygiene_score":1.5,"task_success_score":1.67,"trust_confidence_score":2.0,"abuse_noise_ratio_score":3.0,"prompt_contract_score":2.0,"resource_contract_score":2.0,"discovery_metadata_score":3.0,"registry_consistency_score":3.0,"installability_score":2.0,"session_semantics_score":0.0,"tool_surface_design_score":0.0,"result_shape_stability_score":0.0,"oauth_interop_score":0.0,"recovery_semantics_score":0.0,"maintenance_signal_score":3.75,"adoption_signal_score":2.0,"freshness_confidence_score":3.0,"transport_fidelity_score":0.0,"spec_recency_score":2.0,"session_resume_score":0.0,"step_up_auth_score":3.0,"transport_compliance_score":1.0,"utility_coverage_score":2.0,"advanced_capability_coverage_score":2.0,"connector_publishability_score":0.0,"tool_snapshot_churn_score":0.0,"connector_replay_score":3.0,"request_association_score":3.0,"interactive_flow_safety_score":3.0,"action_safety_score":3.0,"official_registry_presence_score":3.0,"provenance_divergence_score":4.0,"safety_transparency_score":4.0,"tool_capability_clarity_score":0.0,"destructive_operation_safety_score":3.0,"egress_ssrf_resilience_score":3.0,"execution_sandbox_safety_score":4.0,"data_exfiltration_resilience_score":3.0,"least_privilege_scope_score":2.0,"secret_handling_hygiene_score":3.0,"dependency_supply_chain_signal_score":0.5,"input_sanitization_safety_score":0.0,"tool_namespace_clarity_score":0.0},"capability_taxonomy":[],"machine_summary":{},"taxonomy_tags":[],"score_decomposition":[],"validation_diff":null,"tool_snapshot_diff":null,"connector_replay":{},"request_association":{},"production_readiness":{"code":"evaluation_only","label":"Evaluation only","reason":"Fast report evidence is served while Verify protects web capacity."},"recommended_for":[],"history_summary":{},"validation_timeline":[],"evidence_confidence":{"score":50,"label":"warming","reason":"Full validation history and raw evidence will be rebuilt by the regular cache refresh path."},"incident_feed":[],"remediations":[],"client_remediation_modes":[],"client_profiles":[],"client_readiness_verdicts":[],"publishability_policy_profiles":[],"compatibility_fixtures":[],"install_snippets":{},"aliases":[],"raw_evidence":{},"active_alerts":[],"maintainer_analytics":{},"public_server_reputation":{},"maintainer_response_quality":{},"maintainer_annotations":[],"maintainer_rebuttals":[],"security_posture_summary":{},"tool_security_inventory":[],"transport_compliance":{},"utility_coverage":{},"write_action_governance":{},"provenance_divergence":{},"alias_consolidation":{},"alert_routing":{},"authenticated_validation":{},"hosted_runtime":{},"action_controls_diff":null,"benchmark_tasks":[],"latest_capability_counts":{},"point_loss_breakdown":[],"verdict_traces":{},"current_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_837a383eb2082c0c","generated_at":"2026-07-09T21:09:32.602792+00:00","source":"current_snapshot","server":"helix-song/coinex_mcp_server","last_validated_at":"2026-07-09T16:49:58.839624+00:00","validation_age_hours":4.33,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-07-09T16:49:58.839624+00:00","age_hours":4.33,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":168.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":45.62,"raw_score":45.62,"confidence_score":50.0,"confidence_weighted_score":22.8,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"failing","current_score":45.62,"display_score":45.62,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Block for production","why":"failing live status + score below evaluation threshold","next_action":"revalidate, add safeguards, export policy","reason_count":2},"production_readiness_class":{"code":null,"label":null,"reason":null},"evidence_confidence":{"score":null,"label":null,"validation_age_hours":null,"live_check_count":null},"active_alerts":[]},"trust_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_837a383eb2082c0c","generated_at":"2026-07-09T21:09:32.602792+00:00","source":"current_snapshot","server":"helix-song/coinex_mcp_server","last_validated_at":"2026-07-09T16:49:58.839624+00:00","validation_age_hours":4.33,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-07-09T16:49:58.839624+00:00","age_hours":4.33,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":168.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":45.62,"raw_score":45.62,"confidence_score":50.0,"confidence_weighted_score":22.8,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"failing","current_score":45.62,"display_score":45.62,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Block for production","why":"failing live status + score below evaluation threshold","next_action":"revalidate, add safeguards, export policy","reason_count":2},"production_readiness_class":{"code":null,"label":null,"reason":null},"evidence_confidence":{"score":null,"label":null,"validation_age_hours":null,"live_check_count":null},"active_alerts":[]},"agent_commerce":{},"latest_claim":null,"maintainer_profile_slug":null,"watch_summary":{}},"latest_validation":null,"current_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_837a383eb2082c0c","generated_at":"2026-07-09T21:09:32.602792+00:00","source":"current_snapshot","server":"helix-song/coinex_mcp_server","last_validated_at":"2026-07-09T16:49:58.839624+00:00","validation_age_hours":4.33,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-07-09T16:49:58.839624+00:00","age_hours":4.33,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":168.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":45.62,"raw_score":45.62,"confidence_score":50.0,"confidence_weighted_score":22.8,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"failing","current_score":45.62,"display_score":45.62,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Block for production","why":"failing live status + score below evaluation threshold","next_action":"revalidate, add safeguards, export policy","reason_count":2},"production_readiness_class":{"code":null,"label":null,"reason":null},"evidence_confidence":{"score":null,"label":null,"validation_age_hours":null,"live_check_count":null},"active_alerts":[]},"trust_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_837a383eb2082c0c","generated_at":"2026-07-09T21:09:32.602792+00:00","source":"current_snapshot","server":"helix-song/coinex_mcp_server","last_validated_at":"2026-07-09T16:49:58.839624+00:00","validation_age_hours":4.33,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-07-09T16:49:58.839624+00:00","age_hours":4.33,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":168.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":45.62,"raw_score":45.62,"confidence_score":50.0,"confidence_weighted_score":22.8,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"failing","current_score":45.62,"display_score":45.62,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Block for production","why":"failing live status + score below evaluation threshold","next_action":"revalidate, add safeguards, export policy","reason_count":2},"production_readiness_class":{"code":null,"label":null,"reason":null},"evidence_confidence":{"score":null,"label":null,"validation_age_hours":null,"live_check_count":null},"active_alerts":[]},"snapshot_invariant":{"schema_version":"verify.snapshot_invariant.v1","server":"helix-song/coinex_mcp_server","ok":true,"surface_snapshot_ids":{"page":"trustsnap_837a383eb2082c0c","badge":null,"report":"trustsnap_837a383eb2082c0c","policy":null},"checked_at":"2026-07-09T21:09:32.603027+00:00"},"history":{},"production_readiness":{"code":"evaluation_only","label":"Evaluation only","reason":"Fast report evidence is served while Verify protects web capacity."},"agent_commerce_readiness":{},"evidence_confidence":{"score":50,"label":"warming","reason":"Full validation history and raw evidence will be rebuilt by the regular cache refresh path."},"recommended_for":[],"active_alerts":[],"remediations":[],"cache_note":"Fast fallback response; full report evidence is deferred to protect web capacity.","publisher_claim":{"verified":false,"status":"unclaimed","claim_url":"https://verify.sentinelsignal.io/claim?server=helix-song%2Fcoinex_mcp_server&source=report_json","reason_code":"claim_to_publish_metadata","reason":"Claim this profile to verify publisher identity, add evidence, and manage trust metadata.","score_neutral":true},"observed_attention":{"schema":"verify.observed_attention.v1","window_days":30,"level":"none","label":"No observed attention","summary":"No recent machine-readable trust or discovery activity observed for this server.","segments":{"useful_ai_user":{"level":"none","observed":false,"description":"AI-assisted user sessions such as ChatGPT/User or Claude/User."},"machine_trust_evaluator":{"level":"none","observed":false,"description":"Synthetic sessions inspecting multiple trust surfaces such as report, policy, ledger, badge, trust-summary, or compare."},"possible_agent_or_script":{"level":"none","observed":false,"description":"Structured direct sessions with rapid profile, compare, report, policy, badge, or trust-surface fan-out."},"isolated_machine_surface":{"level":"none","observed":false,"description":"Aged-out direct synthetic singleton sessions that touched a machine-readable trust surface without becoming a broader evaluator."},"ai_crawler":{"level":"none","observed":false,"description":"Known AI crawler activity such as ClaudeBot, GPTBot, or similar crawlers."},"search_crawler":{"level":"none","observed":false,"description":"Search and SEO crawler activity."},"browser_like_automation":{"level":"none","observed":false,"description":"Browser-like synthetic sessions with rapid structured endpoint activity."},"confirmed_human":{"level":"none","observed":false,"description":"Confirmed browser-session human activity."}},"surfaces_observed":{"server_profile":false,"compare":false,"compare_json":false,"compare_api":false,"report_json":false,"policy":false,"ledger":false,"badge_metadata":false,"badge_svg":false,"trust_summary":false,"mcp_tool":false},"claim_prompt":{"recommended":false,"reason":"No claim prompt is recommended from observed attention in the current window."},"notes":["Observed attention is based on segmented first-party telemetry.","Crawler and evaluator activity is not treated as confirmed human demand.","Public levels are bucketed to avoid exposing raw traffic counts."]},"owner_activation":{"claim_recommended":false,"reason":"no_observed_attention"},"related_machine_surfaces":{"compare_index":"/compare.json","compare_api":"/v1/compare?server=helix-song%2Fcoinex_mcp_server","trust_summary":"/v1/servers/helix-song/coinex_mcp_server/trust-summary","ledger":"/v1/servers/helix-song/coinex_mcp_server/ledger","policy":"/v1/servers/helix-song/coinex_mcp_server/policy","report":"/v1/servers/helix-song/coinex_mcp_server/report"},"intelligence_api":{"available":true,"signup_url":"https://verify.sentinelsignal.io/verify-intelligence-api","use_case":"Programmatic MCP server trust, comparison, policy, and evidence enrichment."}}