MCP POI 服务器
用于处理文件和准备区块链交易的模型上下文协议服务器。该服务器可以安装在 Claude Desktop 中,并提供处理文件和准备区块链交易的工具。
https://github.com/user-attachments/assets/6b2fbd68-4eca-4130-9594-d6720508e9c8
设置
- 克隆此存储库
- 安装依赖项:
- 构建服务器:
环境变量
API_TOKEN
:您的 API 持有者令牌,用于向 PoI API 进行身份验证。您可以在 Molecule 的 Discord 服务器上申请新的令牌: https://discord.gg/k4ER7vZcj8
用法
服务器提供了一个名为create_proof_of_invention_request
的工具,该工具接受一个文件路径,并返回准备好的、适合区块链执行的交易数据。您可以将其复用到您常用的、可以签名和提交交易的工具中。二进制内容应由 MCP 客户端(例如 Claude Desktop 或 Cursor)提供。
https://docs.molecule.to/documentation/proof-of-invention-poi/api-access-beta
添加到 Claude 桌面
与其他 MCP 服务器完美兼容
- https://pypi.org/project/mcp-server-fetch/
- https://www.npmjs.com/package/@mcp-dockmaster/mcp-cryptowallet-evm
我们完整的 Claude 桌面配置如下:
提示
| 从我的文档文件夹中的“idea.md”文件创建一个 poi 哈希...| 将带有 poi 哈希的 Eth 交易发送至基础区块链上的 poi 地址
工具架构
输入:
输出:
运行服务器
发展
对于自动重建的开发:
错误处理
该服务器包括强大的错误处理功能:
- 缺少环境变量
- 文件内容无效
- API 通信错误
- 无效的响应格式
安全
- API 令牌从环境变量加载
- 文件内容在传输前进行正确编码
- 错误信息经过净化,防止信息泄露
- 无需文件系统访问 - 所有内容均由 MCP 客户端提供
Related MCP Servers
- AsecurityAlicenseAqualityEnables analysis of claims, validation of sources, and detection of manipulation using multiple epistemological frameworks to ensure credible and ethical information.Last updated -315JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to interact with and analyze your Lighthouse.one crypto portfolio data through secure authentication.Last updated -111JavaScript
- AsecurityAlicenseAqualityProvide the latest cryptocurrency news to AI agents.Last updated -140PythonMIT License
gotoHuman MCPofficial
AsecurityAlicenseAqualityAdd human approval steps to your AI agents and automations with gotoHuman.Last updated -31931JavaScriptMIT License