edisonchy/Custom-mcp-server
3.2
If you are the rightful owner of Custom-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A custom Model Context Protocol (MCP) server built using the mcp-framework, integrating with Pokémon and Binance APIs.
Tools
3
Resources
0
Prompts
0
custom-mcp-server
A custom Model Context Protocol (MCP) server built on top of mcp-framework.
This server connects to:
- Pokémon API – fetch and interact with Pokémon data
- Binance API – get real-time crypto market data
Quick Start
# Install dependencies
npm install
# Build the project
npm run build
Run the server locally:
npm run start
Tools
Pokémon Tool
- Fetch Pokémon details (types, abilities, stats)
- Search Pokémon by name or ID
Binance Tool
- Get latest prices for trading pairs (e.g., BTC/USDT)
- Access real-time crypto market data
Each tool is built using the MCPTool class from mcp-framework.