General Tools
asksoma.ai
Provides Vedic astrology services including charts, compatibility, and panchang calculations.
ENDPOINT 1
https://api.asksoma.ai/mcp
MCP server metadata
- Name
- asksoma-mcp
- Version
- 1.0.0
Known tools 13
get_panchangGet Vedic panchang (tithi, nakshatra, yoga, karana) for a date and location.
Inferred read-onlycheck_compatibilityCompute Vedic compatibility between two people using their birth charts.
Inferred read-onlyget_kundli_chartGet a full divisional (varga) Vedic chart — D1 birth chart, D9 Navamsha, D10 Dashamsha, D2/D3/D4/D5/D7/D8/D12/D16/D20/D24/D27/D30/D40/D45/D60, plus Moon chart, Sun chart, and Chalit — with every planet's sign and house, and an optional current-sky transit overlay.
Inferred read-onlyanalyze_kundaliReturn the deterministic Kundali analysis bundle: reliability and sensitivity, D1/varga identities, classical assessments, rule evidence, contradictions, Dasha network, transit triggers, and domain syntheses.
Inferred read-onlyget_transitsCompute current planetary transits (gochar) vs a natal chart, with house-from-Moon and house-from-Lagna.
Inferred read-onlyget_composite_chartCompute a relationship's composite chart at the first-meeting moment.
Inferred read-onlyfind_muhuratFind ranked auspicious windows (muhurat / electional timing) for an activity within a date window — the same engine as the AskSoma Good Timings finder.
Inferred read-onlypartner_engine.overviewAdmin-only: Partner Engine program overview — partner counts by status, pending/payable commission totals by currency, open fraud flags, referrals/conversions in the last 30 days.
Inferred read-onlypartner_engine.list_partnersAdmin-only: list affiliate partners with referral/commission/fraud-flag rollups.
Inferred read-onlypartner_engine.list_commissionsAdmin-only: list partner commission ledger rows joined with partner name/slug and the underlying conversion, filtered by status.
Inferred read-onlypartner_engine.brain_actionsAdmin-only: the Affiliate Brain's ab_actions backlog — deterministic weekly/monthly facts and narratives from the operator, recruiter, registrar, activation, and white-label-sales agents.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.asksoma-mcp]
url = "https://api.asksoma.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"asksoma-mcp": {
"type": "http",
"url": "https://api.asksoma.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: asksoma-mcp
Remote MCP URL: https://api.asksoma.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"asksoma-mcp": {
"url": "https://api.asksoma.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"asksoma-mcp": {
"type": "http",
"url": "https://api.asksoma.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "asksoma-mcp",
"transport": "streamable-http",
"url": "https://api.asksoma.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.