Mcp Poi
@elmariachi111
About Mcp Poi
MCP server that prepares Proof of Invention (POI) transaction requests for submission
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"poi": {
"command": "npx",
"args": [
"-y",
"mcp-poi"
],
"env": {
"API_TOKEN": ""
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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
Comments