Dental Clinic Loan Verification MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dental Clinic Loan Verification MCP ServerVerify Dr. Mehta's clinic documents and generate a risk narrative"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dental Clinic Loan Verification — FastMCP Server
Provider-Agnostic LLM · Local (Slingshot) → Cloud (Horizon)
Switch LLM Provider — Zero Code Changes
# Use Anthropic Claude (default)
LLM_PROVIDER=anthropic
ANTHROPIC_API_KEY=sk-ant-...
# Use Google Gemini
LLM_PROVIDER=google
GOOGLE_API_KEY=AIza...Provider | Default model | Override |
anthropic | claude-sonnet-4-20250514 |
|
gemini-2.0-flash |
|
Phase 1 — Local Dev with VS Code / Slingshot
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # add your API key.vscode/mcp.json is already in the project — VS Code and Slingshot auto-discover it.
Open the folder in VS Code and the tools appear automatically in agent mode.
To switch to Gemini in VS Code, edit .vscode/mcp.json:
"env": { "LLM_PROVIDER": "google", "GOOGLE_API_KEY": "${env:GOOGLE_API_KEY}" }python demo.py # end-to-end demo
mcp dev server.py # browser tool inspectorPhase 2 — Cloud Deploy on Horizon
# 1. Push to GitHub (.env in .gitignore)
git add server.py llm_tools.py llm_client.py requirements.txt .vscode/mcp.json
git push
# 2. Connect repo at https://horizon.prefect.io
# Horizon auto-detects requirements.txt
# 3. Set secrets in Horizon dashboard:
# LLM_PROVIDER=anthropic
# ANTHROPIC_API_KEY=sk-ant-...
# 4. Get live URL: https://dental-loan-verifier.fastmcp.app/mcpSwitch Slingshot from local → cloud by updating .vscode/mcp.json:
{
"servers": {
"dental-loan-verifier": {
"type": "http",
"url": "https://dental-loan-verifier.fastmcp.app/mcp"
}
}
}Zero code changes between local and cloud.
File Structure
dental_loan_mcp/
├── server.py ← FastMCP server + rule-based tools
├── llm_tools.py ← LLM sub-agent tools (provider-agnostic)
├── llm_client.py ← Provider switch: Anthropic / Google
├── demo.py ← Local end-to-end demo
├── requirements.txt
├── .env.example ← Copy → .env, add keys
└── .vscode/
└── mcp.json ← Auto-discovered by VS Code + SlingshotTool Reference
Tool | Type | LLM task |
| Rule-based stub | — |
| Rule-based stub → NSDL | — |
| Rule-based stub | — |
| Rule-based stub → UIDAI | — |
| Rule-based stub → DCI | — |
| Rule-based stub → GST | — |
| LLM | Shows active provider/model |
| LLM Vision | Reads doc image, detects photo gender |
| LLM Reasoning | Cross-doc inconsistencies |
| LLM Language | Indian name judgment |
| LLM Reasoning | Fraud signal clustering |
| LLM Language | Final report writing |
| Orchestrator | Full execution plan |
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Broker-only credit/lending discovery shim for AI agents
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/Kabilan-G/document-scanning-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server