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"]
}
}
}MCP Servers overview
# 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.What people ask about mcp-first-server
What is JGPAS/mcp-first-server?
+
JGPAS/mcp-first-server is mcp servers for the Claude AI ecosystem. MCP server (Model Context Protocol) with stdio and HTTP transports — quote and live crypto price tools, deployed on Render. It has 0 GitHub stars and its last recorded update is dated 2026-09-02.
How do I install mcp-first-server?
+
You can install mcp-first-server by cloning the repository (https://github.com/JGPAS/mcp-first-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is JGPAS/mcp-first-server safe to use?
+
Our security agent has analyzed JGPAS/mcp-first-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains JGPAS/mcp-first-server?
+
JGPAS/mcp-first-server is maintained by JGPAS. The last recorded GitHub activity is dated 2026-09-02, with 0 open issues.
Are there alternatives to mcp-first-server?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-first-server to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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!