Skip to main content
Glama

Proof of Invention

package.json964 B
{ "name": "mcp-poi", "version": "1.0.2", "description": "MCP server that prepares Proof of Invention (POI) transaction requests for submission", "license": "MIT", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build" }, "files": [ "build/", "README.md", "LICENSE" ], "bin": { "mcp-poi": "build/index.js" }, "keywords": [ "mcp", "poi", "desci", "molecule", "ipnft", "evm" ], "author": "elmariachi111 <stadolf@duck.com>", "bugs": { "url": "https://github.com/elmariachi111/mcp-poi/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "axios": "^1.9.0", "dotenv": "^16.5.0", "zod": "^3.25.28" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/node": "^22.15.21", "typescript": "^5.8.3" } }

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