# ChatData MCP 服务器 ChatData MCP 服务器是一个基于 Model Control Protocol (MCP) 的服务应用程序,提供了丰富的工具集和提示系统,用于增强大型语言模型的能力。 ## 项目简介
If you already use ChatData MCP 服务器, the chatdata mcp 服务器 mcp server is the piece that lets your assistant work with it directly. # ChatData MCP 服务器 ChatData MCP 服务器是一个基于 Model Control Protocol (MCP) 的服务应用程序,提供了丰富的工具集和提示系统,用于增强大型语言模型的能力。 ## 项目简介 该项目提供了一个灵活的服务器框架,允许通过MCP协议与大型语言模型进行交互。该服务器可以: - 执行各种工具函数,扩展模型的能力 - 提供预设的提示模板,简化常见任务 - 提供可直接访问的资源数据,包括文本、二进制和动态生成的内容 -.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
web_scraper.py — 网页内容抓取工具ip_info.py — IP地址信息查询工具http_client.py — HTTP请求客户端fetch.py — 简单网页获取工具browser_use.py — 基于browser_use获取网络信息data_converter.py — 数据格式转换工具(JSON/YAML/XML)text_summary.py — 文本摘要生成工具calculator.py — 高级数学计算工具code_formatter.py — 代码格式化工具postgres.py — PostgreSQL数据库查询工具image_gen.py — 图像生成工具translator.py — 文本翻译工具Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. ChatData MCP 服务器's toolset — web_scraper.py, ip_info.py, http_client.py and 11 more — is a fair guide to whether it matches your workflow. It is maintained by xiaozhch5; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| web_scraper.py | 网页内容抓取工具 |
| ip_info.py | IP地址信息查询工具 |
| http_client.py | HTTP请求客户端 |
| fetch.py | 简单网页获取工具 |
| browser_use.py | 基于browser_use获取网络信息 |
| data_converter.py | 数据格式转换工具(JSON/YAML/XML) |
| text_summary.py | 文本摘要生成工具 |
| calculator.py | 高级数学计算工具 |
| code_formatter.py | 代码格式化工具 |
| postgres.py | PostgreSQL数据库查询工具 |
| image_gen.py | 图像生成工具 |
| translator.py | 文本翻译工具 |
| weather.py | 天气查询工具 |
| echo.py | 简单的回显工具 |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.