Build the Future of
Bitcoin Infrastructure.
Powerful APIs for authentication, merchant payments, and AI-native ATM discovery. Enterprise-grade, developer-friendly, production-ready.
Three Powerful APIs.
Endless Possibilities.
Build authentication flows, accept Bitcoin payments, and integrate AI-powered ATM discovery into your applications.
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
ByteConnect
Accept Bitcoin payments at your business with real-time USD conversion. Lightning-fast transactions, instant settlements, and comprehensive merchant tools.
- ✓ Real-time BTC → USD
- ✓ Lightning Network
- ✓ POS Integration
- ✓ Webhook Notifications
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.
# 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 // 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.
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.