Find Bitcoin ATMs through AI assistants using MCP.
The first crypto company with AI-native service location.
MCP enables AI assistants to directly interact with external tools and data sources through a standardized interface.
Query live ATM locations, operating hours, and status directly through conversational AI without leaving your workflow.
Works with Claude Desktop, AI coding assistants, and any MCP-compatible client. One protocol, endless possibilities.
Everything you need to find and query Bitcoin ATM locations.
Find ATMs near any address, city, or GPS coordinates with distance and status.
Get comprehensive info about a specific ATM including hours, links, and photos.
Check operational status of ATMs in an area with open/closed breakdowns.
List all ByteFederal ATMs in a specific city with complete details.
Production-ready MCP server with enterprise features.
Designed from the ground up for AI integration. Works seamlessly with Claude Desktop, Claude.ai, and any MCP-compatible AI assistant. Natural language queries become ATM lookups instantly.
Live open/closed status with timezone-aware calculations. Know exactly when ATMs are available.
Haversine formula for accurate distance from any location. Results sorted by proximity.
Run locally via stdio or deploy remotely with HTTP/SSE. Same code, flexible deployment.
Multi-stage Docker build for production deployment. PM2 and systemd support included.
Rate limiting, CORS, SSL/TLS, and nginx configs included. Enterprise-grade security.
{
"mcpServers": {
"bytefederal-atm": {
"command": "node",
"args": ["/path/to/byte-mcp/dist/index.js"],
"env": {
"DB_HOST": "your_db_host",
"DB_DATABASE": "bytefederal",
"DB_USER": "your_user",
"DB_PASSWORD": "your_password"
}
}
}
} Deploy ByteMCP and let AI assistants help your users find Bitcoin ATMs.