Yantrix MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEV_MODE | No | Skip payment validation (local testing only) | false |
| X_PAYMENT_HEADER | No | x402 payment proof for USDC micropayments | |
| YANTRIX_REGISTRY_URL | No | Custom registry URL | https://registry.yantrix.ai/mcp-registry.json |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_claimA | Verify a factual claim against real-time web sources. Returns verdict (TRUE/FALSE/UNCERTAIN/OUTDATED/DISPUTED), confidence 0-1, and source. Cost: $0.002 USDC. Service: groundtruth. |
| deep_verify_claimB | Deep multi-source verification with contradictions and domain analysis. Cost: $0.005 USDC. Service: groundtruth. |
| batch_verifyB | Batch verify up to 10 claims at once. Cost: $0.020 USDC. Service: groundtruth. |
| write_memoryC | Write or update a persistent memory for an agent. Survives across sessions. Cost: $0.001 USDC. Service: memex. |
| read_memoryB | Read a persistent memory by exact key. Cost: $0.001 USDC. Service: memex. |
| search_memoryC | Semantic search across all agent memories. Returns most relevant matches. Cost: $0.005 USDC. Service: memex. |
| transliterateB | Convert text between any two Indic scripts or Latin (9 scripts supported). Cost: $0.001 USDC. Service: indic. |
| indic_sentimentC | Sentiment analysis with emotion detection in Indian languages including Hinglish. Cost: $0.003 USDC. Service: indic. |
| detect_code_switchingC | Detect Hinglish/Tanglish code-switching with language mix ratios. Cost: $0.003 USDC. Service: indic. |
| indic_nerC | Named entity recognition tuned for Indian names, places, organisations, festivals. Cost: $0.005 USDC. Service: indic. |
| scan_contractB | Scan a contract for risk. Returns risk score 0-100, risky clauses, red flags, missing protections. Cost: $0.010 USDC. Service: contractscan. |
| scan_clauseC | Analyse a single contract clause for risk and get a suggested revision. Cost: $0.005 USDC. Service: contractscan. |
| model_threatsC | Generate a STRIDE threat model for any system architecture. Cost: $0.010 USDC. Service: threatmodel. |
| check_complianceC | Check architecture against compliance framework (PCI-DSS, HIPAA, GDPR, ISO27001, SOC2, NIST). Cost: $0.015 USDC. Service: threatmodel. |
| score_trendC | Score an AI trend topic. Returns momentum (RISING/STABLE/DECLINING/EMERGING), maturity, hype vs reality. Cost: $0.005 USDC. Service: signal. |
| compare_trendsC | Compare 2-5 AI trends head to head with rankings and recommendations. Cost: $0.010 USDC. Service: signal. |
| scan_competitorC | Full competitor scan — pricing, features, messaging, funding, strengths, weaknesses. Cost: $0.010 USDC. Service: compwatch. |
| generate_examC | Generate a full exam with up to 20 questions on any topic. Cost: $0.020 USDC. Service: examforge. |
| rewrite_in_styleC | Rewrite content in a target writing style (paul_graham, economist, mckinsey_report, hemingway, etc.) Cost: $0.005 USDC. Service: voiceprint. |
| company_lookupB | Lookup Indian company profile and regulatory info from MCA21, GST portal. Cost: $0.003 USDC. Service: papertrail. |
| gst_intelligenceC | Get GST registration details and filing intelligence for a GSTIN. Cost: $0.005 USDC. Service: papertrail. |
| check_quotaA | Check if an agent has rate limit quota available before making an API call. Cost: $0.0005 USDC. Service: ratelord. |
| consume_quotaB | Consume rate limit quota after making an API call. Cost: $0.0005 USDC. Service: ratelord. |
| argue_claimA | Get the strongest arguments both for and against any claim. Cost: $0.005 USDC. Service: debateclub. |
| detect_fallaciesC | Detect logical fallacies in an argument with severity and correction. Cost: $0.003 USDC. Service: debateclub. |
| analyze_callC | Full sales call analysis — sentiment, objections, commitments, next steps, deal health score. Cost: $0.025 USDC. Service: callsight. |
| extract_crm_dataC | Extract CRM-ready structured data from a call transcript. Cost: $0.010 USDC. Service: callsight. |
| validate_phoneB | Validate any phone number globally. Returns E.164 format, country, carrier, line type. Cost: $0.001 USDC. Service: phonevalidator. |
| lookup_ifscB | Lookup Indian bank IFSC code. Returns bank, branch, address, IMPS/RTGS/NEFT/UPI support. Cost: $0.001 USDC. Service: ifsclookup. |
| detect_timezoneB | Detect timezone from any input — city, country, address, IP hint, phone prefix. Cost: $0.001 USDC. Service: timezonedetective. |
| convert_timezoneC | Convert a datetime from one timezone to another. Cost: $0.001 USDC. Service: timezonedetective. |
| find_timezone_overlapC | Find working hours overlap between 2-5 locations for scheduling. Cost: $0.002 USDC. Service: timezonedetective. |
| track_api_eventB | Track an API usage event for analytics. Cost: $0.0001 USDC. Service: heatmap. |
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/yantrix-ai/yantrix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server