Server data from the Official MCP Registry
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
About
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
Remote endpoints: streamable-http: https://mcp-first-server.onrender.com/mcp
Security Report
Valid MCP server (3 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
2 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-jgpas-mcp-first-server": {
"url": "https://mcp-first-server.onrender.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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 onprocess.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, Express, Zod for schema validation. Deployed on Render.
License
MIT — see LICENSE.
Author
Built by James Ganobi.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
