NexusAPI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXUS_API_KEY | Yes | Your NexusAPI key. Obtain from NexusAPI and keep it in the server environment. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nexusapi_list_modelsA | List the models currently exposed by the public NexusAPI catalog, optionally filtered by kind or search text. |
| nexusapi_get_model_schemaA | Read the live OpenAPI parameter schema for one NexusAPI model id before constructing a generation request. |
| nexusapi_generateA | Create a paid asynchronous generation task. Call nexusapi_get_model_schema first and ask the user to approve potentially billable generation. |
| nexusapi_get_taskA | Get the status, result or error of a previously created NexusAPI generation task. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mat12121212/nexusapi-examples'
If you have feedback or need assistance with the MCP directory API, please join our Discord server