
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@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
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.

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.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.