# NexusBridge

Access 200+ AI models and 10 service categories through a single NexusBridge API key. Run LLM chat completions, code generation, image generation, text embeddings, web search, document parsing, senti…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add guhank/nexusbridge-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list guhank/nexusbridge-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get guhank/nexusbridge-mcp-server nexusbridge_catalog

# Call a tool
npx -y @smithery/cli@latest tool call guhank/nexusbridge-mcp-server nexusbridge_catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://nexusbridge-mcp-server--guhank.run.tools`

**Optional config:**
- `apiKey` (query) — Your NexusBridge API key (starts with nb_sk_)

## Tools (3)

- `nexusbridge_catalog` — Retrieve the full NexusBridge service catalog. Returns every available service with its slug, name, category, descripti…
- `nexusbridge_execute` — Execute a NexusBridge service by its slug. Credits are deducted from your balance automatically based on the service's …
- `nexusbridge_balance` — Check your current NexusBridge credit balance in USD and the number of active services available. Use this tool to veri…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get guhank/nexusbridge-mcp-server <tool-name>
```

## Prompts (2)

- `use_nexusbridge` — A step-by-step guide for using NexusBridge to access 200+ AI models and services through a single API key.
- `execute_service` (service, input) — Prompt template for executing a specific NexusBridge AI service by category.
