Proof of Invention
MCP POI 服务器
用于处理文件和准备区块链交易的模型上下文协议服务器。该服务器可以安装在 Claude Desktop 中,并提供处理文件和准备区块链交易的工具。
https://github.com/user-attachments/assets/6b2fbd68-4eca-4130-9594-d6720508e9c8
设置
克隆此存储库
安装依赖项:
npm install构建服务器:
npm run build
Related MCP server: AOTrust - PDR Notarization
环境变量
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 桌面
"poi": {
"command": "npx",
"args": ["mcp-poi"],
"env": {
"API_TOKEN": "the api token"
}
}与其他 MCP 服务器完美兼容
我们完整的 Claude 桌面配置如下:
{
"mcpServers": {
"mcp-cryptowallet-evm": {
"command": "npx",
"args": ["@mcp-dockmaster/mcp-cryptowallet-evm"],
"env": {
"PRIVATE_KEY": ""
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/stadolf/Downloads",
"/Users/stadolf/Documents"
]
},
"poi": {
"command": "npx",
"args": ["-y", "mcp-poi"],
"env": {
"API_TOKEN": ""
}
}
}
}提示
| 从我的文档文件夹中的“idea.md”文件创建一个 poi 哈希...| 将带有 poi 哈希的 Eth 交易发送至基础区块链上的 poi 地址
工具架构
输入:
{
filepath: string; // A path of a binary
}输出:
{
transaction_request: {
to: string, // a PoI anchoring address (usually starts with 0x1dea)
data: string, // the merkle root hash that represents the PoI
value: string, // 0
}
}运行服务器
npm start发展
对于自动重建的开发:
npm run dev错误处理
该服务器包括强大的错误处理功能:
缺少环境变量
文件内容无效
API 通信错误
无效的响应格式
安全
API 令牌从环境变量加载
文件内容在传输前进行正确编码
错误信息经过净化,防止信息泄露
无需文件系统访问 - 所有内容均由 MCP 客户端提供
This server cannot be installed
Maintenance
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
AlicenseAqualityBmaintenanceProofof AI - MCP server providing AI-powered tools and automation by MEOK AI Labs6151MIT- Flicense-qualityBmaintenanceOTrust issues cryptographic PDRs (Provenance Data Records) — proving a digital artifact existed at a specific time. $0.01 per proof. Blockchain-anchored. Publicly verifiable.

markovian-mcpofficial
AlicenseAqualityBmaintenanceBitcoin-anchored provenance for AI outputs; enables stamping, verifying, and tracing outputs with offline-verifiable canonical roots.3Apache 2.0- AlicenseAqualityBmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.3MIT
Related MCP Connectors
Capture, analyze, validate, and submit inventions, and collaborate on patent reviews.
Prove your AI work existed first: timestamped, Bitcoin-anchored. Free, no account.
Deterministic AI liability attribution with Bitcoin-anchored proof certificates.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/elmariachi111/mcp-poi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server