MCP server that prepares Proof of Invention (POI) transaction requests for submission
Server Config
{
"mcpServers": {
"poi": {
"command": "npx",
"args": [
"-y",
"mcp-poi"
],
"env": {
"API_TOKEN": ""
}
}
}
}