
mcp server demo
一个封装了“活动API”服务的MCP服务器,提供稳定币区块链活动和持有者信息。
Repository Info
About This Server
一个封装了“活动API”服务的MCP服务器,提供稳定币区块链活动和持有者信息。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Server Demo (using Activity API)
An MCP server that wraps around an "Activity API" service that provides blockchain activity and holder information for SBC (Stablecoin).
Installation
npm install
Configuration
Create a .env file with:
API_URL="The Activity API URL"
API_KEY="Your API Key"
Usage
Start the MCP server:
npm run start
The server runs on port 3333 and provides the following MCP tools that maps to 3 of Activity API endpoints:
getChainActivity- Get blockchain activity information for a specific chaingetHolderStatsPerChain- Get holder counts across different chainsgetHolderInfo- Get holder information by wallet address
Configure the MCP Client (i.e. Cursor):
Create a directory called .cursor and add a file called mcp.json with the following content
{
"mcpServers": {
"SBC Activity API": {
"type": "sse",
"url": "http://localhost:3333/"
}
}
}
Open Cursor Settings and verify Tools are loaded.
!Cursor MCP Settings
Quick Start
Clone the repository
git clone https://github.com/stablecoinxyz/mcp-server-demoInstall dependencies
cd mcp-server-demo
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.