Mcp Poi
@elmariachi111
About Mcp Poi
MCP server that prepares Proof of Invention (POI) transaction requests for submission
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments