AI & Machine Learning
chatweb.ai
Provides AI chat, text-to-speech, and model/provider management.
ENDPOINT 1
https://chatweb.ai/mcp
MCP server metadata
- Name
- chatweb
- Version
- 0.2.0
Known tools 6
chatteai.io経由で96モデルとチャット。認証済み(Authorization: Bearer <teai.io APIキー> または api_key引数)ならモデル自由選択+通常クレジット消費。未認証は無料モデル固定+IPレート制限で試用可能。
Inferred read-onlymodelsteai.ioで利用可能な全モデルの一覧・料金・コンテキスト長を返す。/api/v1/pricing と同一ソース(pricing.rs)を参照するため常に最新。
Inferred read-onlyCONNECT 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.
chatweb.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.