Mcp Poi
@elmariachi111
关于 Mcp Poi
MCP server that prepares Proof of Invention (POI) transaction requests for submission
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"poi": {
"command": "npx",
"args": [
"-y",
"mcp-poi"
],
"env": {
"API_TOKEN": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Poi?
Mcp Poi is a Model Context Protocol server that processes binary files and prepares blockchain transactions for the Proof of Invention (PoI) protocol. It integrates with the PoI API to generate Merkle root hashes and returns formatted transaction data for blockchain execution. It is designed for developers and users who need to anchor digital inventions on a blockchain using Claude Desktop or other MCP clients.
How to use Mcp Poi?
Clone the repository, install dependencies with npm install, and build the server with npm run build. Set the API_TOKEN environment variable with a bearer token obtained from Molecule’s Discord. Add the server to your MCP client (e.g., Claude Desktop) using the npx mcp-poi command with the token. The server exposes the tool create_proof_of_invention_request, which accepts a file path and returns a transaction request object containing the recipient address, Merkle root hash, and value.
Key features of Mcp Poi
- Processes binary files and prepares blockchain transaction data.
- Generates a Merkle root hash representing the Proof of Invention.
- Outputs a formatted transaction request (
to,data,value). - Integrates with the PoI API via bearer token authentication.
- Works with Claude Desktop, Cursor, and other MCP clients.
- Can be combined with wallet and filesystem MCP servers.
Use cases of Mcp Poi
- Anchoring a digital invention (e.g., an idea file) as a Proof of Invention on blockchain.
- Preparing transaction data for automated submission via an EVM wallet MCP server.
- Building a pipeline where a file is processed, hashed, and the hash is sent to the PoI anchoring address.
- Verifying the integrity of a document by creating an on-chain timestamp with its Merkle root.
FAQ from Mcp Poi
What tool does Mcp Poi provide?
The server provides one tool: create_proof_of_invention_request. It accepts a file path and returns a transaction request object.
What environment variable is required?
The API_TOKEN environment variable must be set to a valid bearer token for the PoI API.
How do I get an API token?
You can request a new API token on Molecule’s Discord Server at https://discord.gg/k4ER7vZcj8.
Does Mcp Poi need filesystem access?
No. File content is provided by the MCP client (e.g., Claude Desktop or Cursor); the server does not access the filesystem directly.
Can Mcp Poi be used with other MCP servers?
Yes. The README shows it working alongside mcp-cryptowallet-evm (for signing/submitting transactions) and a filesystem server.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论