N33RD MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N33RD_URL | No | API base URL (default: https://api.n33rd.com) | https://api.n33rd.com |
| N33RD_ROLE | Yes | Role: partner or consumer | |
| N33RD_API_KEY | Yes | Your N33RD API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_servicesA | List all services configured by this partner |
| create_serviceA | Add a new upstream service to proxy requests through |
| update_serviceC | Update an existing service configuration |
| configure_service_authC | Configure authentication for a service |
| list_consumersA | List all consumers for this partner |
| create_consumerB | Create a new consumer with API key |
| get_consumerC | Get consumer details and usage |
| rotate_consumer_keyC | Rotate a consumer API key |
| revoke_consumer_keyB | Permanently revoke a consumer API key |
| reactivate_consumer_keyA | Reactivate a previously revoked consumer key |
| toggle_consumer_keyB | Temporarily enable/disable a consumer API key |
| list_plansA | List all pricing plans for this partner |
| create_planB | Create a new pricing plan |
| get_dashboardB | Get partner dashboard with analytics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Most tools clearly target distinct resources and actions, but the key lifecycle tools (revoke, reactivate, toggle, rotate) are closely related and could be confused despite helpful descriptions. Still, each has a defined role.
All tool names follow a consistent verb_noun snake_case pattern, such as list_consumers, create_service, rotate_consumer_key, and list_plans. No mixed naming conventions or vague generic verbs appear.
With 14 tools, the set is well-scoped for a partner/API management server. Each major area—consumers, services, plans, and dashboard analytics—has appropriate coverage without excessive redundancy.
The consumer key lifecycle is well covered, but there are notable CRUD gaps: no delete_service, no update_consumer, no delete_plan, and no update_plan. Create/list/update exists for services, but other core resources lack full lifecycle coverage.