MCP server (Model Context Protocol) with stdio and HTTP transports — quote and live crypto price tools, deployed on Render.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/JGPAS/mcp-first-server{
"mcpServers": {
"mcp-first-server": {
"command": "node",
"args": ["/path/to/mcp-first-server/dist/index.js"]
}
}
}Resumen de MCP Servers
# mcp-first-server
A Model Context Protocol (MCP) server built with the official MCP SDK, available both as a
local stdio server (for Claude Desktop) and as a cloud-deployed HTTP server reachable over the
network.
**Live demo:** https://mcp-first-server.onrender.com (note: free-tier hosting, first request
after inactivity may take up to ~50s to wake the instance)
## Tools
- **get_quote** — returns a random motivational quote.
- **get_crypto_price** — fetches the live USD price of any cryptocurrency (via CoinGecko).
## Two ways to run this server
- `server.js` — stdio transport, for local use with Claude Desktop or any MCP client that
spawns a local process.
- `server-http.js` — StreamableHTTP transport wrapped in Express, for cloud/network deployment
(this is what's running at the live demo URL above). Listens on `process.env.PORT`.
## Local setup
```
npm install
npm start # runs server.js (stdio)
node server-http.js # or run the HTTP version locally
```
## Try the live HTTP endpoint
```
curl -X POST https://mcp-first-server.onrender.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
```
## Tech
Node.js, [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/sdk), Express,
Zod for schema validation. Deployed on Render.
## License
MIT — see [LICENSE](./LICENSE).
## Author
Built by James Ganobi.Lo que la gente pregunta sobre mcp-first-server
¿Qué es JGPAS/mcp-first-server?
+
JGPAS/mcp-first-server es mcp servers para el ecosistema de Claude AI. MCP server (Model Context Protocol) with stdio and HTTP transports — quote and live crypto price tools, deployed on Render. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-02.
¿Cómo se instala mcp-first-server?
+
Puedes instalar mcp-first-server clonando el repositorio (https://github.com/JGPAS/mcp-first-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar JGPAS/mcp-first-server?
+
Nuestro agente de seguridad ha analizado JGPAS/mcp-first-server y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene JGPAS/mcp-first-server?
+
JGPAS/mcp-first-server es mantenido por JGPAS. La última actividad registrada en GitHub es del 2026-09-02, con 0 issues abiertos.
¿Hay alternativas a mcp-first-server?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega mcp-first-server en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/jgpas-mcp-first-server)<a href="https://claudewave.com/repo/jgpas-mcp-first-server"><img src="https://claudewave.com/api/badge/jgpas-mcp-first-server" alt="Featured on ClaudeWave: JGPAS/mcp-first-server" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!