← aihubmix.com

INDIVIDUAL MCP TOOL

chat-send

Send one non-streaming chat message to any AIHubMix model and get the reply with token usage and latency.

aihubmix.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aihubmix.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for chat-send and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests sending messages.

Parent server

aihubmix.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aihubmix-mcp]
url = "https://aihubmix.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aihubmix-mcp": {
      "type": "http",
      "url": "https://aihubmix.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aihubmix-mcp
Remote MCP URL: https://aihubmix.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aihubmix-mcp": {
      "url": "https://aihubmix.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aihubmix-mcp": {
      "type": "http",
      "url": "https://aihubmix.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aihubmix-mcp",
  "transport": "streamable-http",
  "url": "https://aihubmix.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ping — Health-check every configured gateway endpoint (with latency) and report which one is active.
  • models-list — Search the live AIHubMix model catalog with pricing (USD per 1K tokens), context window, modalities and features.
  • model-get — Fetch full details for a single model by exact model_id (pricing, full description, capabilities).
  • credits-get — Account balance for the calling API key: total quota, used and remaining (USD), plus key expiry.
  • image-generate — Generate image(s) across 23 models / 8 families.
  • video-generate — Generate a video (submits a task then polls until ready — can take several minutes).
  • docs-search — Search the official AIHubMix documentation index (docs.aihubmix.com) by keyword; returns page titles, URLs and summaries.
  • docs-get — Fetch one documentation page from docs.aihubmix.com as markdown (use URLs returned by docs-search).