miniframe tools for Grok
io.github.edsonvmendes/miniframe-tools
Brazilian tools for agents: Pix codes, CEP, CNPJ + web capture and PDF. Pay per call.
client:Grok
transport:stdio
runtime:npm
Install miniframe tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"miniframe-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"miniframe-tools-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
"MINIFRAME_API_URL": "<MINIFRAME_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs