INDIVIDUAL MCP TOOL
list_offers
List this profile's offers, services, and agent pricing as structured JSON (with access/payment metadata).
LIVE ENDPOINT
https://aiso.to/api/mcp/kira
Connect to this endpoint to inspect the live schema for list_offers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.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.ask_profile— Ask this profile's AI a natural-language question.