xrm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingA | Test connectivity to an XRM/Dataverse environment and verify authentication. Call this first to verify your setup and connection to the Dataverse environment. |
| list_tablesA | Lists Dataverse tables. Defaults to custom tables only, excluding Microsoft-prefixed solution tables (msdyn_, msfp_, adx_ etc). Use prefix='na_' to filter to a specific publisher. Use exclude_ms_prefixes=False to see all custom tables. |
| describe_tableA | Get columns, types and descriptions for an XRM table. Call this before querying when you need to know column names for $select or $filter. |
| find_tableA | Search for a table by display name or partial logical name. Use this when the user gives a friendly name like 'hour entry' or 'hours' and you don't know the exact logical name. Returns all candidate matches from this specific environment — do not use workspace files or project notes to infer table names. |
| query_recordsA | Query records from an XRM/Dataverse table. |
| create_recordC | Create a single record in an XRM table. |
| update_recordB | Update fields on a single existing XRM record. |
| upsert_recordA | Create or update a record matched by an alternate key column. Use this for sync/import scenarios where you don't have the record GUID. |
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
- 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/jukkan/xrm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server