INDIVIDUAL MCP TOOL
chat
teai.io経由で96モデルとチャット。認証済み(Authorization: Bearer <teai.io APIキー> または api_key引数)ならモデル自由選択+通常クレジット消費。未認証は無料モデル固定+IPレート制限で試用可能。
LIVE ENDPOINT
https://chatweb.ai/mcp
Connect to this endpoint to inspect the live schema for chat and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.chatweb]
url = "https://chatweb.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chatweb": {
"type": "http",
"url": "https://chatweb.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chatweb
Remote MCP URL: https://chatweb.ai/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": {
"chatweb": {
"url": "https://chatweb.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chatweb": {
"type": "http",
"url": "https://chatweb.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chatweb",
"transport": "streamable-http",
"url": "https://chatweb.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
models— teai.ioで利用可能な全モデルの一覧・料金・コンテキスト長を返す。/api/v1/pricing と同一ソース(pricing.rs)を参照するため常に最新。providers— [deprecated, use "models"] List available AI providers and their models.status— Get service status and latency for all AI providers.tts— テキストを音声合成しbase64で返す(内部で /api/v1/speech/synthesize を呼ぶ)。quota— 認証済みAPIキーの現在の残クレジット・プランを確認する。chatを叩く前に残高を把握する用途。