Proof of Invention
Integration for requesting API tokens through Molecule's Discord server for authentication against the PoI API
References repository hosting for the MCP POI Server code
Provides integration with npm package registry for dependency installation and package distribution
Mentioned as compatible with the mcp-server-fetch Python package from PyPI
Defines input/output schemas for the tool using TypeScript type definitions
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Proof of Inventioncreate a proof of invention for my patent draft document"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP POI Server
A Model Context Protocol server for processing files and preparing blockchain transactions. This server can be installed in Claude Desktop and provides a tool to process files and prepare them for blockchain transactions.
https://github.com/user-attachments/assets/6b2fbd68-4eca-4130-9594-d6720508e9c8
Setup
Clone this repository
Install dependencies:
npm installBuild the server:
npm run build
Related MCP server: hive-mcp-prior
Environment Variables
API_TOKEN: Your API bearer token for authentication against the PoI API. You can request a new token on Molecule's Discord Server: https://discord.gg/k4ER7vZcj8
Usage
The server provides a tool called create_proof_of_invention_request that accepts a file path returns prepared transaction data suitable for blockchain execution. This can be reused by your favorite tool that can sign and submit transactions. The binary content should be provided by the MCP client (e.g., Claude Desktop or Cursor).
https://docs.molecule.to/documentation/proof-of-invention-poi/api-access-beta
Adding to Claude Desktop
"poi": {
"command": "npx",
"args": ["mcp-poi"],
"env": {
"API_TOKEN": "the api token"
}
}Plays nicely with other MCP servers
Our complete Claude desktop config looks:
{
"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": ""
}
}
}
}Prompts
| Create a poi hash from the "idea.md" file in my Documents folder ... | send and Eth transation with the poi hash to the poi's to address on the base blockchain
Tool Schema
Input:
{
filepath: string; // A path of a binary
}Output:
{
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
}
}Running the Server
npm startDevelopment
For development with automatic rebuilding:
npm run devError Handling
The server includes robust error handling for:
Missing environment variables
Invalid file content
API communication errors
Invalid response formats
Security
API tokens are loaded from environment variables
File contents are properly encoded before transmission
Error messages are sanitized to prevent information leakage
No filesystem access required - all content is provided by the MCP client
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP Server for an Agent Task Marketplace
Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification.
MCP server for Boson Protocol โ on-chain agentic commerce for physical & digital goods.
MCP server: DePIN reward routing, capacity verification, settlement reports ยท Hive Civilization
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that integrates with the BlockSec https://blocksec.com platform to provide blockchain transaction analysis.11MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Hive Prior patent priority timestamping, enabling content disclosure stamping with dual-signed receipts and querying of prior records.MIT

Proofof AI MCPofficial
AlicenseAqualityBmaintenanceProofof AI - MCP server providing AI-powered tools and automation by MEOK AI Labs6181MIT- FlicenseNot gradedqualityCmaintenanceA backend MCP server that enables AI agents to publish, validate, and search research papers, submit swarm-compute jobs, and invoke formal proof checking on the P2PCLAW decentralized network.15-
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