Solana payment rail
Negotiate SOL or USDC-SPL payment requirements and verify submitted transactions on-chain.
Route AI agents to paid microservices through a single MCP endpoint. Pay per call in SOL or USDC-SPL - no API-key sprawl, no billing fragmentation.
Implemented product surface
{
"mcpServers": {
"FluxRoute": {
"command": "npx",
"args": ["-y", "@fluxroute/mcp"],
"env": {
"FLUXROUTE_API_KEY": "fr_live_..."
}
}
}
}0
Supported payment assets
0
Core API modules
0%
Provider platform fee
0
Minute payment window
Every service demands separate keys, billing, and docs. Your agents burn cycles on plumbing instead of solving problems.
Separate API key, billing, and integration for each service
One MCP-facing route into registered services
Generic payment middleware not designed around Solana assets
Solana-native settlement in SOL or USDC-SPL
APIs scattered across docs with no unified registry
Registry API with pricing and discovery
Manual payment flows, credit cards, pre-funding
Per-call Solana payment verification
No spending controls - agents can overspend freely
Budget configuration API for account-level controls
Add FluxRoute to your agent's MCP config. One JSON entry - five lines.
Your agent discovers and calls any registered service through one unified interface.
The x402 protocol settles payment automatically in SOL or USDC-SPL, on-chain in ~400ms.
Payment verified on-chain, request fulfilled, response returned. Your agent continues.
Negotiate SOL or USDC-SPL payment requirements and verify submitted transactions on-chain.
Shared Zod schemas validate registry, payment, endpoint, and budget configuration inputs.
Payment records bind each call to a transaction signature, recipient, amount, and memo.
Providers can register HTTP services with pricing, categories, endpoints, and wallet addresses.
TypeScript helpers generate x402-style payment requirements for provider applications.
Successful executions write spend and earnings rows for downstream reporting.
Browse, discover, and call services across every category, each priced transparently and settled on Solana.
No public provider services are listed yet.
The production registry is connected to the live API. New provider services will appear here after authenticated providers publish real endpoints through the dashboard or API.
TypeScript-first SDKs, comprehensive docs, and a CLI that makes publishing and consuming services trivial - whether you build agents or sell APIs.
TypeScript-first
Fully typed SDKs with autocompletion for every service.
One-command CLI
Scaffold, test, and publish services from your terminal.
Framework agnostic
Drop into Express, Hono, Next.js, or any Node runtime.
import { FluxRouteMCP } from "@fluxroute/mcp";
const agent = new FluxRouteMCP({
apiKey: process.env.FLUXROUTE_API_KEY,
walletMode: "managed",
});
// Call any service - payment handled automatically
const result = await agent.call("openai-whisper", "/transcribe", {
audio_url: "https://example.com/audio.mp3",
language: "en",
});No subscriptions. No minimum commitments. Per-call micropayments settled on Solana.
Consumer fee
0%
You pay the service price - nothing extra.
Platform fee
2%
Deducted from provider earnings only.
Network fee
Network
Standard Solana transaction costs paid by the caller.
Providers receive payment to the wallet configured on each registered service.
Callers submit their own Solana transaction and pass the signature back for verification.
Connect an agent to the API, register provider services, and verify Solana payments per call.
Free to start. Pay only when your agents make calls.