← Registry

AI & Machine Learning

chatweb.ai

Provides AI chat, text-to-speech, and model/provider management.

1 endpoint6 known toolsFirst detected June 14, 2026Last detected August 23, 2026

ENDPOINT 1

https://chatweb.ai/mcp

No auth detected

MCP server metadata

Name
chatweb
Version
0.2.0
Capabilities
tools

Known tools 6

chat

teai.io経由で96モデルとチャット。認証済み(Authorization: Bearer <teai.io APIキー> または api_key引数)ならモデル自由選択+通常クレジット消費。未認証は無料モデル固定+IPレート制限で試用可能。

Inferred read-only
models

teai.ioで利用可能な全モデルの一覧・料金・コンテキスト長を返す。/api/v1/pricing と同一ソース(pricing.rs)を参照するため常に最新。

Inferred read-only
providers

[deprecated, use "models"] List available AI providers and their models.

Inferred read-only
status

Get service status and latency for all AI providers.

Inferred read-only
tts

テキストを音声合成しbase64で返す(内部で /api/v1/speech/synthesize を呼ぶ)。

Inferred read-only
quota

認証済みAPIキーの現在の残クレジット・プランを確認する。chatを叩く前に残高を把握する用途。

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for chatweb.ai was fetched 2026-08-04T15:51:42.317Z and is being refreshed.

Trust status Trusted

chatweb.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.