Skip to main content
Glama
little-sheepycn

crom-mcp

Crom MCP Server

Crom MCP Server 通过 Model Context Protocol 查询 Crom API v2。

安装依赖

pip install -r requirements.txt

Related MCP server: mcp-server-runescape

以 stdio 方式运行

默认保持 stdio 传输,兼容 Claude Desktop、Cursor 等本地 MCP 客户端:

python server.py

以 Streamable HTTP 方式运行

python server.py --transport streamable-http --host 127.0.0.1 --port 8000

启动后端点默认为:

http://127.0.0.1:8000/mcp

在容器或远程部署时可监听所有网卡:

python server.py --transport streamable-http --host 0.0.0.0 --port 8000

--host 不是 127.0.0.1/localhost/::1 时,服务会自动关闭 MCP SDK 的 DNS rebinding Host 头校验,允许 AstrBot 等容器或远程客户端通过实际地址访问。

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    -
    maintenance
    MCP Server for interacting with Old School RuneScape Wiki API and game data files, providing tools to search the OSRS Wiki and access game data definitions through the Model Context Protocol.
    19
    61
    1
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for searching and retrieving Magic: The Gathering card information via the Scryfall API, with support for field presets, multiple output formats, and automatic rate limiting.
    34
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/little-sheepycn/crom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server