Proof of Invention
MCP POI-Server
Ein Model Context Protocol-Server zur Verarbeitung von Dateien und Vorbereitung von Blockchain-Transaktionen. Dieser Server kann in Claude Desktop installiert werden und bietet ein Tool zur Verarbeitung von Dateien und deren Vorbereitung für Blockchain-Transaktionen.
https://github.com/user-attachments/assets/6b2fbd68-4eca-4130-9594-d6720508e9c8
Aufstellen
Dieses Repository klonen
Installieren Sie Abhängigkeiten:
npm installErstellen Sie den Server:
npm run build
Related MCP server: AOTrust - PDR Notarization
Umgebungsvariablen
API_TOKEN: Ihr API-Bearer-Token zur Authentifizierung gegenüber der PoI-API. Sie können ein neues Token auf dem Discord-Server von Molecule anfordern: https://discord.gg/k4ER7vZcj8
Verwendung
Der Server stellt ein Tool namens create_proof_of_invention_request bereit, das einen Dateipfad akzeptiert und vorbereitete Transaktionsdaten zurückgibt, die für die Blockchain-Ausführung geeignet sind. Diese können von Ihrem bevorzugten Tool zum Signieren und Senden von Transaktionen wiederverwendet werden. Der Binärinhalt sollte vom MCP-Client (z. B. Claude Desktop oder Cursor) bereitgestellt werden.
https://docs.molecule.to/documentation/proof-of-invention-poi/api-access-beta
Hinzufügen zu Claude Desktop
"poi": {
"command": "npx",
"args": ["mcp-poi"],
"env": {
"API_TOKEN": "the api token"
}
}Funktioniert gut mit anderen MCP-Servern
Unsere vollständige Claude-Desktopkonfiguration sieht so aus:
{
"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": ""
}
}
}
}Eingabeaufforderungen
| Erstelle einen POI-Hash aus der Datei „idea.md“ in meinem Dokumentenordner … | Sende eine Eth-Transaktion mit dem POI-Hash an die Adresse des POI auf der Basis-Blockchain
Werkzeugschema
Eingang:
{
filepath: string; // A path of a binary
}Ausgabe:
{
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
}
}Ausführen des Servers
npm startEntwicklung
Für die Entwicklung mit automatischem Neuaufbau:
npm run devFehlerbehandlung
Der Server umfasst eine robuste Fehlerbehandlung für:
Fehlende Umgebungsvariablen
Ungültiger Dateiinhalt
API-Kommunikationsfehler
Ungültige Antwortformate
Sicherheit
API-Token werden aus Umgebungsvariablen geladen
Dateiinhalte werden vor der Übertragung ordnungsgemäß kodiert
Fehlermeldungen werden bereinigt, um Informationsverluste zu verhindern
Kein Dateisystemzugriff erforderlich – alle Inhalte werden vom MCP-Client bereitgestellt
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