gpu-bridge-mcp-server
GPU-Bridge MCP Server
30 GPU-powered AI services as MCP tools — LLMs, image generation, audio, video, embeddings, reranking, PDF parsing, NSFW detection & more. x402 native for autonomous AI agents: pay per request on-chain with USDC on Base L2. No API keys. No accounts.
What is GPU-Bridge?
GPU-Bridge is a unified GPU inference API with native x402 support — the open payment protocol that allows AI agents to autonomously pay for compute with USDC on Base L2. No API keys, no accounts, no human intervention required.
This MCP server exposes all 30 GPU-Bridge services as Model Context Protocol tools, giving Claude (and any MCP-compatible AI) direct access to GPU inference.
Related MCP server: hive-mcp-compute
Install in Claude Desktop (2 minutes)
1. Get your API key (or use x402 for autonomous agents)
Visit gpubridge.io and grab a free API key, or use the x402 protocol for keyless agent payments.
2. Add to claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gpu-bridge": {
"command": "npx",
"args": ["-y", "@gpu-bridge/mcp-server"],
"env": {
"GPUBRIDGE_API_KEY": "your_api_key_here"
}
}
}
}3. Restart Claude Desktop
That's it. Claude now has access to 30 GPU-powered AI services.
MCP Tools
gpu_run
Run any GPU-Bridge service. The primary tool for executing AI tasks.
Parameters:
service (string) — Service key (e.g., "llm-4090", "flux-schnell", "whisper-l4")
input (object) — Service-specific input parameters
priority (string) — Optional: "fast" (lowest latency) or "cheap" (lowest cost)gpu_catalog
Get the full catalog of available services with pricing and capabilities.
gpu_estimate
Estimate cost before running a service. No authentication required.
gpu_status
Check the status of a job and retrieve results.
gpu_balance
Check your current balance, daily spend, and volume discount tier.
30 Available Services
Language Models (LLMs)
Service ID | Description | Notes |
| General purpose LLM | Sub-second via Groq |
| Maximum capability LLM | Largest models |
| Ultra-fast, low cost LLM | Budget option |
| Code generation | Optimized for code |
| Streaming LLM responses | Real-time output |
Image Generation
Service ID | Description | Notes |
| FLUX.1 Schnell | Fast, 4-step generation |
| FLUX.1 Dev | High quality |
| Stable Diffusion XL | Versatile |
| Stable Diffusion 3.5 | Latest SD model |
| Image-to-image | Style transfer, editing |
Vision & Image Analysis
Service ID | Description | Notes |
| Visual Q&A | Image understanding |
| Text extraction (OCR) | Multi-language |
| Background removal | Instant |
| Image captioning | Auto-describe images |
| Content moderation | NSFW classification |
Speech-to-Text
Service ID | Description | Notes |
| Fast transcription | Sub-second |
| High accuracy transcription | Large files |
| Speaker diarization | Who said what |
Text-to-Speech
Service ID | Description | Notes |
| Voice cloning TTS | 40+ voices |
| Ultra-fast TTS | Lowest latency |
| Expressive TTS | Emotion, laughter |
Audio Generation
Service ID | Description | Notes |
| Music generation | Text-to-music |
| Sound effects | Text-to-SFX |
Embeddings & Search
Service ID | Description | Notes |
| Text embeddings | Multilingual |
| Code embeddings | For code search |
| Document reranking | Jina, sub-second |
Video
Service ID | Description | Notes |
| Text-to-video | AnimateDiff |
| Video upscaling | Up to 4K |
Utilities
Service ID | Description | Notes |
| Document parsing | PDF/DOCX to text |
x402: For Autonomous AI Agents
GPU-Bridge supports the x402 payment protocol, enabling truly autonomous AI agents to pay for compute without human intervention.
Agent Request → GPU-Bridge returns HTTP 402 Payment Required
↓
Agent pays USDC on Base L2 (gas < $0.01, settles in 2s)
↓
Agent retries with payment proof → GPU-Bridge executes and returns resultPython Example with x402
from x402.client import PaymentClient
client = PaymentClient(private_key="0x...", chain="base")
response = client.request(
"POST",
"https://api.gpubridge.io/v1/run",
json={
"service": "flux-schnell",
"input": {"prompt": "A robot painting on a canvas", "steps": 4}
}
)
print(response.json())Pricing
Category | Starting From |
LLMs | $0.003/1K tokens |
Image Generation | $0.01/image |
Speech-to-Text | $0.005/minute |
Text-to-Speech | $0.005/1K chars |
Embeddings | $0.0001/1K tokens |
Reranking | $0.001/query |
PDF Parsing | $0.005/document |
All prices in USD. x402 payments in USDC on Base L2.
Links
Website: gpubridge.io
Docs: gpubridge.io/docs
Catalog: gpubridge.io/catalog
GitHub: github.com/gpu-bridge
License
MIT © Healthtech Capital LLC
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
- AlicenseBqualityBmaintenanceConnects AI agents to the Base network for onchain data, batch USDC payments, and access to over 200 AI models. It utilizes the x402 protocol to enable pay-per-request functionality using USDC without requiring traditional API keys or accounts.Last updated100672MIT
- Alicense-qualityAmaintenanceOpenAI-compatible inference broker that routes AI requests to the cheapest qualifying model and settles payments per token in USDC on Base L2 via x402 micropayments.Last updatedMIT
- Alicense-qualityDmaintenanceProvides AI agents access to over 200 AI models and 10 service categories via a unified, metered API with transparent per-call pricing.Last updated1MIT
- Flicense-qualityCmaintenanceKeyless, pay-per-call AI gateway: 248 LLMs plus image/video/voice/music generation and live crypto, DeFi, markets, web-search and research tools through one MCP server. Pay per call in USDC via x402 on Base/Solana — no API key, no signup, free tier.Last updated
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
AgisHub — pay-per-call tools for AI agents over x402 (USDC on Base). No API key.
Appeared in Searches
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/gpu-bridge/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server