Developer Platform

Build the Future of
Bitcoin Infrastructure.

Powerful APIs for authentication, merchant payments, and AI-native ATM discovery. Enterprise-grade, developer-friendly, production-ready.

3 APIs
1,400+ Bitcoin ATMs
24/7 Support
terminal
$ npx mcp-remote https://mcp.bytefederal.com/sse
# Connected to ByteMCP
find_nearest_bitcoin_atm "Miami Beach"
{
  "name": "Chevron - Collins Ave",
  "distance": "0.3 mi", "status": "open"
}
✓ 1,400+ ATMs discoverable by AI
$ |
ByteAuth
ByteConnect
ByteMCP

Three Powerful APIs.
Endless Possibilities.

Build authentication flows, accept Bitcoin payments, and integrate AI-powered ATM discovery into your applications.

Authentication

ByteAuth

Enterprise-grade passwordless authentication for Bitcoin ATMs and web applications. QR code login, biometric verification, and secure session management.

  • QR Code Authentication
  • Biometric Verification
  • Multi-factor Auth
  • Session Management
AI-Native

ByteMCP

AI-native Bitcoin ATM discovery using the Model Context Protocol. Enable AI assistants to find ATMs through natural language queries.

  • MCP Protocol
  • Claude Integration
  • 1,400+ ATM Locations
  • Real-time Status

Developer-Friendly APIs

Open protocols and drop-in packages. Get started in minutes.

php
# Install the Laravel package
composer require bytefederal/byteauth-laravel

// config/byteauth.php
return [
    'domain'  => env('BYTEAUTH_DOMAIN_REGISTERED', 'my.example.com'),
    'api_key' => env('BYTEAUTH_API_KEY'),
    'home'    => env('BYTEAUTH_HOME_REDIRECT', '/home'),
];

// routes/api.php — callbacks from the ByteAuth relay
Route::post('/webhook/registration', [WebhookController::class, 'handleRegistration']);
Route::post('/webhook/login', [WebhookController::class, 'handleLogin']);

// Done — visit /byte for the sample QR login page
json
// claude_desktop_config.json — connect Claude to ByteMCP
{
  "mcpServers": {
    "bytefederal-atm": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.bytefederal.com/sse"]
    }
  }
}

// Now ask Claude:
"Find Bitcoin ATMs near Miami Beach"

// Claude answers using live ByteMCP tools:
// find_nearest_bitcoin_atm · get_atm_details
// check_atm_status · list_atms_by_city

Enterprise-Grade Infrastructure

Production-ready APIs with the security, reliability, and performance your business demands.

Bank-Grade Security

End-to-end encryption, ISO 27001 certified operations, and independent security audits protect your data.

Lightning Fast

Fast responses served through a global edge network, close to your users.

Battle-Tested

The same infrastructure that runs our nationwide Bitcoin ATM network, around the clock.

Full Documentation

Comprehensive guides, API references, and code examples for rapid integration.

Webhooks

Real-time event notifications keep your systems synchronized instantly.

Developer Support

Dedicated technical support team ready to help you succeed.

1.4K+ ATMs Nationwide
3 Developer APIs
ISO 27001 Certified
24/7 Support
Get Started Today

Ready to Build with
Byte Federal APIs?

Build on the network behind 1,400+ Bitcoin ATMs. Talk to our team or dive straight into the docs.