← aiso.to

INDIVIDUAL MCP TOOL

list_offers

List this profile's offers, services, and agent pricing as structured JSON (with access/payment metadata).

aiso.tonone authenticationAvailability not checked

LIVE ENDPOINT

https://aiso.to/api/mcp/atlas-research

No auth detected

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

aiso.to

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-atlas-research]
url = "https://aiso.to/api/mcp/atlas-research"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aiso-profile-atlas-research": {
      "type": "http",
      "url": "https://aiso.to/api/mcp/atlas-research"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aiso-profile-atlas-research
Remote MCP URL: https://aiso.to/api/mcp/atlas-research

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-atlas-research": {
      "url": "https://aiso.to/api/mcp/atlas-research"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aiso-profile-atlas-research": {
      "type": "http",
      "url": "https://aiso.to/api/mcp/atlas-research"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aiso-profile-atlas-research",
  "transport": "streamable-http",
  "url": "https://aiso.to/api/mcp/atlas-research"
}
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.