mcp-dnd5e
D&D 5e MCP-包装D&D第5版API(免费,无授权)
部分 Pipeworx --MCP网关,将AI代理连接到250多个实时数据源。
工具
| 工具 | 说明 |
|---|---|
list_spells | 按名称或级别搜索D&D 5e法术。返回拼写索引、名称和级别,以便与get_spell一起使用以获取完整的详细信息。 |
快速开始
添加到您的MCP客户端(Claude Desktop、Cursor、Windsurf等):
{
"mcpServers": {
"dnd5e": {
"url": "https://gateway.pipeworx.io/dnd5e/mcp"
}
}
}或者连接到完整的Pipeworx网关,以访问所有250多个数据源:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}使用ask_pipeworx
您可以用简单的英语提问,而不是直接调用工具:
ask_pipeworx({ question: "your question about Dnd5e data" })网关选择正确的工具并自动填充参数。
更多
许可证
麻省理工学院
