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 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_claim | 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_claim | Deep multi-source verification with contradictions and domain analysis. Cost: $0.005 USDC. Service: groundtruth. |
| batch_verify | Batch verify up to 10 claims at once. Cost: $0.020 USDC. Service: groundtruth. |
| write_memory | Write or update a persistent memory for an agent. Survives across sessions. Cost: $0.001 USDC. Service: memex. |
| read_memory | Read a persistent memory by exact key. Cost: $0.001 USDC. Service: memex. |
| search_memory | Semantic search across all agent memories. Returns most relevant matches. Cost: $0.005 USDC. Service: memex. |
| transliterate | Convert text between any two Indic scripts or Latin (9 scripts supported). Cost: $0.001 USDC. Service: indic. |
| indic_sentiment | Sentiment analysis with emotion detection in Indian languages including Hinglish. Cost: $0.003 USDC. Service: indic. |
| detect_code_switching | Detect Hinglish/Tanglish code-switching with language mix ratios. Cost: $0.003 USDC. Service: indic. |
| indic_ner | Named entity recognition tuned for Indian names, places, organisations, festivals. Cost: $0.005 USDC. Service: indic. |
| scan_contract | Scan a contract for risk. Returns risk score 0-100, risky clauses, red flags, missing protections. Cost: $0.010 USDC. Service: contractscan. |
| scan_clause | Analyse a single contract clause for risk and get a suggested revision. Cost: $0.005 USDC. Service: contractscan. |
| model_threats | Generate a STRIDE threat model for any system architecture. Cost: $0.010 USDC. Service: threatmodel. |
| check_compliance | Check architecture against compliance framework (PCI-DSS, HIPAA, GDPR, ISO27001, SOC2, NIST). Cost: $0.015 USDC. Service: threatmodel. |
| score_trend | Score an AI trend topic. Returns momentum (RISING/STABLE/DECLINING/EMERGING), maturity, hype vs reality. Cost: $0.005 USDC. Service: signal. |
| compare_trends | Compare 2-5 AI trends head to head with rankings and recommendations. Cost: $0.010 USDC. Service: signal. |
| scan_competitor | Full competitor scan — pricing, features, messaging, funding, strengths, weaknesses. Cost: $0.010 USDC. Service: compwatch. |
| generate_exam | Generate a full exam with up to 20 questions on any topic. Cost: $0.020 USDC. Service: examforge. |
| rewrite_in_style | Rewrite content in a target writing style (paul_graham, economist, mckinsey_report, hemingway, etc.) Cost: $0.005 USDC. Service: voiceprint. |
| company_lookup | Lookup Indian company profile and regulatory info from MCA21, GST portal. Cost: $0.003 USDC. Service: papertrail. |
| gst_intelligence | Get GST registration details and filing intelligence for a GSTIN. Cost: $0.005 USDC. Service: papertrail. |
| check_quota | Check if an agent has rate limit quota available before making an API call. Cost: $0.0005 USDC. Service: ratelord. |
| consume_quota | Consume rate limit quota after making an API call. Cost: $0.0005 USDC. Service: ratelord. |
| argue_claim | Get the strongest arguments both for and against any claim. Cost: $0.005 USDC. Service: debateclub. |
| detect_fallacies | Detect logical fallacies in an argument with severity and correction. Cost: $0.003 USDC. Service: debateclub. |
| analyze_call | Full sales call analysis — sentiment, objections, commitments, next steps, deal health score. Cost: $0.025 USDC. Service: callsight. |
| extract_crm_data | Extract CRM-ready structured data from a call transcript. Cost: $0.010 USDC. Service: callsight. |
| validate_phone | Validate any phone number globally. Returns E.164 format, country, carrier, line type. Cost: $0.001 USDC. Service: phonevalidator. |
| lookup_ifsc | Lookup Indian bank IFSC code. Returns bank, branch, address, IMPS/RTGS/NEFT/UPI support. Cost: $0.001 USDC. Service: ifsclookup. |
| detect_timezone | Detect timezone from any input — city, country, address, IP hint, phone prefix. Cost: $0.001 USDC. Service: timezonedetective. |
| convert_timezone | Convert a datetime from one timezone to another. Cost: $0.001 USDC. Service: timezonedetective. |
| find_timezone_overlap | Find working hours overlap between 2-5 locations for scheduling. Cost: $0.002 USDC. Service: timezonedetective. |
| track_api_event | 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 | |