
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@grantex/mcp
Advanced tools
MCP (Model Context Protocol) server for the Grantex delegated agent authorization protocol. Exposes 13 tools for managing agents, grants, tokens, authorization flows, and audit logs.
Homepage | Docs | Sign Up Free | GitHub
npm install -g @grantex/mcp
Add to your MCP config:
{
"mcpServers": {
"grantex": {
"command": "grantex-mcp",
"env": {
"GRANTEX_API_KEY": "your-api-key"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
GRANTEX_API_KEY | Yes | Your Grantex API key |
GRANTEX_BASE_URL | No | Override API base URL (default: https://api.grantex.dev) |
| Tool | Description |
|---|---|
grantex_agent_register | Register a new AI agent |
grantex_agent_list | List all registered agents |
grantex_agent_get | Get details for a specific agent |
grantex_authorize | Start an authorization flow |
grantex_token_exchange | Exchange authorization code for grant token |
grantex_token_verify | Verify a grant token |
grantex_token_revoke | Revoke a grant token |
grantex_grant_list | List grants with filters |
grantex_grant_get | Get grant details |
grantex_grant_revoke | Revoke a grant |
grantex_grant_delegate | Delegate a grant to a sub-agent |
grantex_audit_log | Log an audit entry |
grantex_audit_list | List audit entries |
This package is part of the Grantex ecosystem. See also:
@grantex/sdk — Core TypeScript SDKgrantex — Python SDK@grantex/langchain — LangChain integration@grantex/vercel-ai — Vercel AI SDK integration@grantex/cli — Command-line toolApache-2.0
FAQs
MCP server for AI agent authorization — register agents, issue scoped tokens, verify grants, audit actions, revoke access
The npm package @grantex/mcp receives a total of 51 weekly downloads. As such, @grantex/mcp popularity was classified as not popular.
We found that @grantex/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.