crom-mcp
MCP server for querying the Crom API v2, providing access to SCP Foundation Wikidot site data including page search, author stats, and forum content.
README
crom-mcp
MCP 服务器,用于查询 Crom API v2 —— 一个汇总 SCP 基金会各 Wikidot 站点结构化数据的 GraphQL API。
快速开始
# 安装依赖
uv venv
uv pip install -r requirements.txt
MCP 客户端配置
{
"mcpServers": {
"crom-mcp": {
"command": "uv",
"args": ["run", "--project", "/path/to/crom-plugin", "server.py"]
}
}
}
无需 API Key,Crom API 的只读查询是公开的。
工具列表
页面查询
| 工具 | 说明 |
|---|---|
crom_search |
综合搜索:标题关键词 + 作者 + 标签 + 站点,AND 关系组合过滤 |
crom_search_pages |
按标题关键词模糊搜索(前缀匹配),支持排序和分页 |
crom_get_page |
按完整 Wikidot URL 获取单个页面详情 |
crom_get_child_pages |
获取指定页面的所有子页面(系列/故事集导航) |
crom_get_page_source |
获取页面的 Wikidot 源码和/或纯文本内容 |
crom_search_by_tag |
按标签搜索(如 scp、keter、safe、joke) |
crom_search_by_author |
按作者署名搜索,支持角色过滤(作者/译者/重写) |
用户与作者
| 工具 | 说明 |
|---|---|
crom_get_user |
按 displayName 查询 Wikidot 用户 |
crom_get_author_stats |
查询作者统计:排名、总评分、均分、各类型作品数 |
crom_get_top_authors |
按排名区间查询作者排行榜 |
论坛
| 工具 | 说明 |
|---|---|
crom_get_forum_thread |
按帖子 ID 获取论坛主题详情 |
crom_get_forum_post |
按回复 ID 获取论坛回复内容 |
工具
| 工具 | 说明 |
|---|---|
crom_list_sites |
列出 Crom API 支持的所有站点 |
支持的站点
| 标识 | 站点 | URL |
|---|---|---|
scp-en |
SCP-EN | http://scp-wiki.wikidot.com/ |
scp-cn |
SCP-CN | http://scp-wiki-cn.wikidot.com/ |
scp-int |
SCP-INT | http://scp-int.wikidot.com/ |
scp-ru |
SCP-RU | http://scp-ru.wikidot.com/ |
scp-fr |
SCP-FR | http://fondationscp.wikidot.com/ |
wanderers |
被放逐者之图书馆 | http://wanderers-library.wikidot.com/ |
backrooms |
后室 | http://backrooms-wiki.wikidot.com/ |
技术栈
- Python 3.12+,使用
uv管理 - FastMCP + stdio transport
httpx异步 HTTP 请求- 无需认证、零配置
许可证
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.