INDIVIDUAL MCP TOOL
answer_sport
Pull live sports betting odds (matches, outcomes, live indicators) for a sports query.
LIVE ENDPOINT
https://aiso.to/api/mcp/kira
Connect to this endpoint to inspect the live schema for answer_sport and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.aiso-profile-kira]
url = "https://aiso.to/api/mcp/kira"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aiso-profile-kira": {
"type": "http",
"url": "https://aiso.to/api/mcp/kira"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aiso-profile-kira
Remote MCP URL: https://aiso.to/api/mcp/kira
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": {
"aiso-profile-kira": {
"url": "https://aiso.to/api/mcp/kira"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aiso-profile-kira": {
"type": "http",
"url": "https://aiso.to/api/mcp/kira"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aiso-profile-kira",
"transport": "streamable-http",
"url": "https://aiso.to/api/mcp/kira"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Get this AISO profile as structured JSON: identity, readiness/trust scores, published blocks, and the public chat endpoint.list_offers— List this profile's offers, services, and agent pricing as structured JSON (with access/payment metadata).show_offer— Get one published offer by its id (the id field returned by list_offers).list_products— List this profile's catalog products as structured JSON — SKU, price, stock, image, and availability per product.list_agent_files— List the agent-readable surface URLs exposed by this profile (profile.json, offers.json, llms.txt, openapi.json, MCP + x402 discovery, chat endpoint, AISO skill).get_readiness— Get this profile's AI-readiness score.get_power_score— Get this profile's Power Score (0-100) plus band and per-section bars.get_market_claims— List expert market claims (long/short calls with target, timeframe, conviction) captured from public posts by AISO TRACE.