NCP - Natural Context Provider
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
| logging | {} |
| prompts | {} |
| resources | {} |
| completions | {} |
| experimental | {
"roots": {
"listChanged": true
},
"sampling": {},
"elicitation": {}
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| findA | Search or list MCP tools. Call as find() - no prefix needed. With description param: vector search tools by capability. Without description: list all available tools. Use pipe separator for multi-query ("gmail | slack"). |
| codeA | Execute TypeScript code with automatic tool discovery and parameter mapping. PRIMARY METHOD - ncp.do(intent, params): Single-call execution with embedding-based param matching. No need to know exact tool names or param schemas! ncp.do("send email", { recipient: "john@example.com", // Auto-maps to "to" title: "Meeting", // Auto-maps to "subject" message: "Let's meet" // Auto-maps to "body" }) Returns on success: { success: true, tool, result, paramMappings } Returns on failure: { success: false, tool, schema, hint }
FALLBACK - Direct namespace calls (when you know exact tools):
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| confirm_add_mcp | Request user confirmation before adding a new MCP server |
| confirm_remove_mcp | Request user confirmation before removing an MCP server |
| configure_mcp | Request user input for MCP configuration (env vars, args) |
| approve_dangerous_operation | Request approval for potentially dangerous operations |
| confirm_operation | Request user confirmation before executing modifier operations |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| NCP Getting Started Guide | Learn how to use NCP effectively - search tips, parameters, and best practices |
| MCP Health Dashboard | Shows health status of all configured MCPs |
| Last Auto-Import Summary | Shows MCPs imported from Claude Desktop on last startup |
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/portel-dev/ncp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server