API Integration MCP Server
Used to accelerate code generation and improve developer productivity within the MCP server environment.
Used as the implementation language for the MCP servers to connect external data sources.
Provides the runtime environment for implementing the MCP servers.
Implements schema validation for structured data processing within the MCP server.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@API Integration MCP Serverweather://Tokyo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Integrations with External APIs
This project demonstrates how to build and run custom MCP (Model Context Protocol) servers that connect external data sources—such as public APIs—directly into your developer environment using URI-like resource requests.
🔧 What This Project Does
Implements MCP servers using JavaScript and the
@modelcontextprotocol/sdkpackage.Connects to public APIs (e.g. Open-Meteo, AgroMonitoring) to fetch live data.
Defines
resource()andtool()interfaces accessible via MCP URIs.Enables structured responses directly inside tools that support MCP (like VS Code).
Uses GitHub Copilot to accelerate code generation and improve developer productivity.
Related MCP server: Multi-MCPs
🧪 Examples
greeting://maria→ returns a dynamic greetingagro://polygons→ fetches polygon data from the AgroMonitoring APIweather://{city}(planned) → real-time weather info via Open-Meteo
🚀 Tech Stack
JavaScript (Node.js)
MCP SDK
Zod for schema validation
GitHub Copilot (for assisted code authoring)
APIs: Open-Meteo, AgroMonitoring, etc.
📦 How to Run
Install dependencies:
npm install
This server cannot be deployed
Maintenance
Related MCP Connectors
- APIVerveOAuthcom.apiverve
350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to make HTTP requests (GET, POST, PUT, DELETE) to external APIs through standardized MCP tools.42MIT
- AlicenseCqualityDmaintenanceAggregates multiple third-party APIs into unified MCP tools, providing out-of-the-box access to 10 popular services including OpenWeather, Google Maps, GitHub, Notion, Spotify, and more. Enables users to interact with weather data, search places, manage repositories, create content, and access various web services through a single MCP server.34MIT
- AlicenseNot gradedqualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
- AlicenseNot gradedqualityBmaintenanceTurns any OpenAPI/Swagger API into MCP tools, enabling AI assistants to call REST API endpoints directly.2MIT