Database · MODEL CONTEXT PROTOCOL
kukapay blockbeats mcp
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.
WHAT IT CONNECTS
What kukapay blockbeats mcp gives an AI Agent
- **Fast News Retrieval**: Fetch the latest blockchain fast news articles using the `get_latest_news` tool.
- **In-Depth Articles**: Access detailed blockchain articles with the `get_latest_articles` tool.
- **Multi-Language Support**: Supports English (`en`), Simplified Chinese (`cn`), and Traditional Chinese (`cht`).
- **Clone the Repository**:
- **Install Dependencies**:
- **Run the Server**:
- For development mode (hot reload enabled):
- For production use with Claude Desktop:
- `size` (int): Number of articles per page (default: 5).
- `max_pages` (int): Maximum number of pages to fetch (default: 1).
- `type` (str): News type filter, e.g., `'push'` for important news (default: `'push'`).
- `lang` (str): Language of the news (`'en'` for English, `'cn'` for Simplified Chinese, `'cht'` for Traditional Chinese; default: `'en'`).
- **Input**: "Get me the 2 latest blockchain news articles in English from one page."
- **Output**:
- `size` (int): Number of articles per page (default: 5).
- `max_pages` (int): Maximum number of pages to fetch (default: 1).
- `type` (str): Article type filter, e.g., `'push'` for important articles (default: `'push'`).
- `lang` (str): Language of the articles (`'en'` for English, `'cn'` for Simplified Chinese, `'cht'` for Traditional Chinese; default: `'en'`).
- **Input**: "Show me one in-depth blockchain article in English from the first page with push type."
- **Output**:
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.