{"id":"hightemp-go-mcp-server-moex","name":"go_mcp_server_moex","homepage":null,"repo_url":"https://github.com/hightemp/go_mcp_server_moex","category":"api-gateway","subcategories":[],"tags":["mcp","mcp-server","go","moex","market-data","sse","http","stdio"],"what_it_does":"go_mcp_server_moex exposes selected MOEX ISS endpoints via an MCP server (mcp-go). It can run over multiple transports (stdio, HTTP, SSE) and provides MCP tools that map to MOEX endpoints for engines/markets/boards/securities and security history.","use_cases":["Give an agent a tool-based interface to query MOEX ISS reference data (engines, markets, boards, securities)","Retrieve market/security history for downstream analytics or reporting","Integrate MOEX data access into agent workflows using MCP"],"not_for":["Production deployments that require strong authentication/authorization for the MCP surface","Use cases needing guaranteed SLAs, documented uptime, or explicit reliability guarantees from this project","Clients that require a public OpenAPI/SDK for the MCP interface (none is described)"],"best_when":"You want a lightweight MCP wrapper around MOEX ISS that your own trusted infrastructure can run (local or internal network), optionally over HTTP/SSE for agent connectivity.","avoid_when":"When you need fine-grained access control, documented rate limits, or robust documented error/retry semantics for the MCP layer.","alternatives":["Call MOEX ISS directly from your application using HTTP clients","Use an existing MOEX API wrapper (if available) and expose your own MCP tools","Build a custom MCP server over the MOEX REST API using your preferred framework"],"af_score":56.0,"security_score":29.2,"reliability_score":23.8,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:51:23.647616+00:00","interface":{"has_rest_api":true,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication mechanism is described for the MCP server. This suggests access control may be absent or handled externally (e.g., by a reverse proxy), but that is not documented."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information provided (repo appears to be a self-hosted/open-source project)."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":56.0,"security_score":29.2,"reliability_score":23.8,"mcp_server_quality":65.0,"documentation_accuracy":60.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":100.0,"rate_limit_clarity":0.0,"tls_enforcement":50.0,"auth_strength":10.0,"scope_granularity":0.0,"dependency_hygiene":45.0,"secret_handling":50.0,"security_notes":"The README documents transport options and request header overrides but does not describe authentication/authorization, TLS requirements, or rate limiting for the MCP endpoints. If exposed beyond a trusted network, the lack of described auth is a major risk. Secret handling and dependency security posture are not evidenced in the provided content.","uptime_documented":0.0,"version_stability":40.0,"breaking_changes_history":30.0,"error_recovery":25.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"first/limit-based for list_securities; history endpoint mentions limit/start; no general cursor guidance described","retry_guidance_documented":false,"known_agent_gotchas":["Uses ISS parameters where the README notes some ISS pagination params are not documented; use first for list_securities","For stdio transport, defaults are controlled via environment variables (MOEX_LANG, MOEX_BASE_URL); for HTTP/SSE, overrides are via request headers (X-MOEX-LANG, X-MOEX-BASE-URL)","HTTP pathing differs by transport: /mcp for HTTP; SSE publishes /sse and /message for sending requests"]}}