Loan MCP Server
by Yogeshwara7
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIENT_ID | Yes | Application (client) ID | |
| HTTP_HOST | No | HTTP bind host (0.0.0.0 when hosted behind a proxy) | 127.0.0.1 |
| HTTP_PORT | No | HTTP transport port (start:http) | 3000 |
| LOG_LEVEL | No | trace…fatal/silent | info |
| TENANT_ID | Yes | Directory (tenant) ID | |
| MCP_API_KEY | No | Shared secret for the HTTP endpoint (strongly advised) | (unset) |
| CLIENT_SECRET | Yes | Client secret value | |
| DATAVERSE_URL | Yes | https://yourorg.crm.dynamics.com (no trailing /) | |
| MCP_HTTP_PATH | No | HTTP MCP endpoint path | /mcp |
| HTTP_TIMEOUT_MS | No | Dataverse request timeout (ms) | 30000 |
| MCP_CORS_ORIGIN | No | CORS allow-origin for the HTTP transport | * |
| OFFICER_ENTITY_SET | No | Officer target entity set (for getOfficer) | systemusers |
| OFFICER_NAME_FIELD | No | Name column on the lookup's target table | fullname |
| OFFICER_EMAIL_FIELD | No | Officer email column (for getOfficer) | internalemailaddress |
| DATAVERSE_LOAN_TABLE | No | Loan entity set name (data paths) | cr174_loanapplics |
| OFFICER_NAV_PROPERTY | No | Officer lookup navigation property to $expand | cr174_OfficerAssigned |
| DATAVERSE_API_VERSION | No | Web API version | v9.2 |
| DATAVERSE_LOAN_ENTITY | No | Loan entity logical name (metadata paths) | cr174_loanapplic |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/Yogeshwara7/loan-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server