MCP Tools Bundle
Provides tools for fetching cryptocurrency prices and market data from Binance public API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Tools BundleWhat's the current price of Bitcoin?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Tools Bundle — 3 Zero-Dependency MCP Servers in Pure Python
Three production-ready MCP (Model Context Protocol) servers for AI agents. Zero pip dependencies. Pure Python standard library.
Official registry draft: server.json (io.github.AMEOBIUS-space/mcp-tools-bundle). LO submits via mcp-publisher after PyPI includes this README marker.
Servers
Server | Tools | Entry point |
mcp-cdp-scraper | 12 |
|
mcp-crypto-monitor | 10 |
|
mcp-email-sender | 8 |
|
Total | 30 |
Related MCP server: @tscafejr/mcp
Requirements
Python 3.10+
Network for crypto/scraper tools as needed
No runtime pip deps beyond the stdlib
Installation
pip install mcp-tools-bundleFrom source:
git clone https://github.com/AMEOBIUS-space/mcp-tools-bundle.git
cd mcp-tools-bundle
pip install -e .Verify:
mcp-cdp-scraper --manifest
mcp-crypto-monitor --manifest
mcp-email-sender --manifestRunning a Server
mcp-cdp-scraper --stdio
mcp-crypto-monitor --stdio
mcp-email-sender --stdioClient Integration
Claude Desktop / Hermes
{
"mcpServers": {
"cdp-scraper": {
"command": "mcp-cdp-scraper",
"args": ["--stdio"]
},
"crypto-monitor": {
"command": "mcp-crypto-monitor",
"args": ["--stdio"]
},
"email-sender": {
"command": "mcp-email-sender",
"args": ["--stdio"],
"env": {
"SMTP_HOST": "smtp.gmail.com",
"SMTP_PORT": "587",
"SMTP_USERNAME": "your@gmail.com",
"SMTP_PASSWORD": "your-app-password",
"SMTP_TLS": "true"
}
}
}
}Server Reference
mcp-cdp-scraper
Chrome DevTools Protocol scrape/fill/screenshot tools. Zero Playwright/Selenium.
mcp-crypto-monitor
Public APIs for balances/prices (Blockchain.info, Etherscan, CoinGecko, Binance, alternative.me).
mcp-email-sender
Validate emails + SMTP send. Configure via SMTP_* env vars.
Architecture
MCP Client → STDIO JSON-RPC → MCPServer → engine modules → Chrome / public APIs / SMTPTesting
pip install pytest
python -m pytest tests/ -qRegistry submit (LO only)
Merge this PR and publish a PyPI version that includes the
mcp-nameHTML comment above.mcp-publisher login github(namespaceio.github.AMEOBIUS-space)mcp-publisher publishfrom repo root usingserver.json
License
MIT — see LICENSE.
Links
cdp-toolkit (related CDP client)
Portfolio: darkbot-ai-templates
Freelance: kwork-portfolio
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides tools for interacting with Chrome through its DevTools Protocol, enabling remote control of Chrome tabs to execute JavaScript, capture screenshots, monitor network traffic, and more.4453MIT
- AlicenseBqualityDmaintenanceA collection of MCP servers distributed as a single npm package, including mcp-visualizer which uses Puppeteer for screenshots, typing, and network/console diagnostics on any web framework.37MIT
- Alicense-qualityAmaintenanceRemote MCP server for web scraping with anti-bot evasion. Provides stealth HTTP fetching, headless browser with Cloudflare bypass, CSS selectors, YouTube transcripts, and Markdown conversion.MIT
- AlicenseAqualityDmaintenanceMCP server for controlling Chromium/Chrome via Chrome DevTools Protocol. Supports cross-platform automation, auto-launch, and automatic reconnection.251MIT
Related MCP Connectors
Free remote MCP server for fetching public web pages through a rotating proxy pool.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AMEOBIUS-space/mcp-tools-bundle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server