openecon-data: OpenEcon Data is an MCP server that gives AI agents verified economic data from 10+ official sources via natural language queries. It parses plain English, routes to the best provider (FRED, World Bank, IMF, etc.), and returns interactive charts or structured data. It supports multi-country comparisons, conversational follow-ups, and self-hosting.; gomcp: GoMCP is a Go framework for building Model Context Protocol servers — described as "Gin for MCP." It provides struct-tag-based automatic JSON schema generation, a full middleware chain (logging, auth, rate limiting, OpenTelemetry), tool groups, and one-line imports for Gin routes, OpenAPI/Swagger specs, and gRPC services. Built-in Bearer/API Key/Basic auth with RBAC and an inspector UI included.
AI agent builders adding economic data capabilities
Building production-grade MCP servers in Go with minimal boilerplate