Command Palette

Search for a command to run...

UnylyUnyly
Browse all

GPU Bridge

FreeMaintained

Unified GPU inference API exposing 30 AI services including LLMs, image generation, audio, video, and embeddings with x402 payment support.

GitHubEmbed

About

Unified GPU inference API exposing 30 AI services including LLMs, image generation, audio, video, and embeddings with x402 payment support.

README

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.

npm version License: MIT MCP Compatible

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.


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
llm-4090 General purpose LLM Sub-second via Groq
llm-a100 Maximum capability LLM Largest models
llm-l4 Ultra-fast, low cost LLM Budget option
code-4090 Code generation Optimized for code
llm-stream Streaming LLM responses Real-time output

Image Generation

Service ID Description Notes
flux-schnell FLUX.1 Schnell Fast, 4-step generation
flux-dev FLUX.1 Dev High quality
sdxl-4090 Stable Diffusion XL Versatile
sd35-l4 Stable Diffusion 3.5 Latest SD model
img2img-4090 Image-to-image Style transfer, editing

Vision & Image Analysis

Service ID Description Notes
llava-4090 Visual Q&A Image understanding
ocr-l4 Text extraction (OCR) Multi-language
rembg-l4 Background removal Instant
caption-4090 Image captioning Auto-describe images
nsfw-detect Content moderation NSFW classification

Speech-to-Text

Service ID Description Notes
whisper-l4 Fast transcription Sub-second
whisper-a100 High accuracy transcription Large files
diarize-l4 Speaker diarization Who said what

Text-to-Speech

Service ID Description Notes
tts-l4 Voice cloning TTS 40+ voices
tts-fast Ultra-fast TTS Lowest latency
bark-4090 Expressive TTS Emotion, laughter

Audio Generation

Service ID Description Notes
musicgen-l4 Music generation Text-to-music
audiogen-l4 Sound effects Text-to-SFX

Embeddings & Search

Service ID Description Notes
embed-l4 Text embeddings Multilingual
embed-code Code embeddings For code search
rerank Document reranking Jina, sub-second

Video

Service ID Description Notes
animatediff Text-to-video AnimateDiff
video-enhance Video upscaling Up to 4K

Utilities

Service ID Description Notes
pdf-parse 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 result

Python 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


License

MIT © Healthtech Capital LLC

from github.com/gpu-bridge/mcp-server

Install GPU Bridge in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install gpu-bridge

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add gpu-bridge --env GPUBRIDGE_API_KEY="" -- npx -y @gpu-bridge/mcp-server

Step-by-step: how to install GPU Bridge

FAQ

Is GPU Bridge MCP free?

Yes, GPU Bridge MCP is free — one-click install via Unyly at no cost.

Does GPU Bridge need an API key?

Yes, it requires environment variables: GPUBRIDGE_API_KEY. Unyly injects them into the config during install.

Is GPU Bridge hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install GPU Bridge in Claude Desktop, Claude Code or Cursor?

Open GPU Bridge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

$5

Stripe

Payments, customers, subscriptions

Stripeby Stripe

malamutemayhem/unclick-agent-native-endpoints

110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n

malamutemayhemby malamutemayhem

whiteknightonhorse/APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa

whiteknightonhorseby whiteknightonhorse

trackerfitness729-jpg/sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr

trackerfitness729-jpgby trackerfitness729-jpg

embeddedlayers/mcp-analytics

Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources

embeddedlayersby embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneby carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdby tipdotmd

laundromatic/shopgraph

Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev

laundromaticby laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtby mrslbt

@arbitova/mcp-server

Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create

jiayuanliang0716-maxby jiayuanliang0716-max

Compare GPU Bridge with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs