-
securityF
license-
qualityEnables interaction with the Morpho GraphQL API, providing tools for accessing market data, vaults, positions, and transactions through a Model Context Protocol (MCP) server.
Last updated -
14
3
JavaScript
用于与Scryfall API 交互的模型上下文协议 (MCP)服务器。它提供用于查询万智牌卡牌详情、卡牌规则和价格信息的工具。
该服务器可以以两种模式运行:
如果您已在本地安装了 Node.js:
您的应用程序或环境(如 Claude Desktop)可以通过 stdio 直接与服务器通信。
在 SSE 模式(使用--sse
)下运行时,您可以使用 MCP CLI 进行连接:
该服务器将在以下位置可用:
http://localhost:3000/sse
http://localhost:3000/messages
stdio 模式的示例代码片段:
或者使用 npx:
然后你就可以在 stdio 模式下运行:
或者在 SSE 模式下:
根据 MIT 许可证授权。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
支持与 Scryfall API 进行交互,允许用户搜索 Magic:The Gathering 卡牌详细信息、检索卡牌裁决以及使用模型上下文协议访问定价信息。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cryppadotta/scryfall-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server