OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @grantex/mcp
MCP client config
{
"mcpServers": {
"grantex": {
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
]
}
}
}