ENDPOINT 1
https://aiso.to/api/mcp/clauxel
MCP server metadata
- Name
- aiso-profile:clauxel
- Version
- 0.1.0
Tools answer strictly from the public AISO profile @clauxel. Never invent prices, availability, or credentials.
Known tools 25
get_profileGet this AISO profile as structured JSON: identity, readiness/trust scores, published blocks, and the public chat endpoint.
Inferred read-onlylist_offersList this profile's offers, services, and agent pricing as structured JSON (with access/payment metadata).
Potential side effectsshow_offerGet one published offer by its id (the id field returned by list_offers).
Inferred read-onlylist_productsList this profile's catalog products as structured JSON — SKU, price, stock, image, and availability per product.
Inferred read-onlylist_agent_filesList the agent-readable surface URLs exposed by this profile (profile.json, offers.json, llms.txt, openapi.json, MCP + x402 discovery, chat endpoint, AISO skill).
Inferred read-onlyget_power_scoreGet this profile's Power Score (0-100) plus band and per-section bars.
Inferred read-onlyget_market_claimsList expert market claims (long/short calls with target, timeframe, conviction) captured from public posts by AISO TRACE.
Inferred read-onlylist_market_followList Market Follow wallets this profile exposes for paid agent access (Hyperliquid, Polymarket).
Inferred read-onlyget_market_follow_previewGet the Market Follow preview for a single provider on this profile.
Inferred read-onlystart_checkoutHand off to the seller's own checkout URL for one offer on this profile.
Inferred read-onlyanswer_productPull a live multi-retailer product card (best price, in-stock retailers, buy link) for a shopping query.
Inferred read-onlyanswer_sportPull live sports betting odds (matches, outcomes, live indicators) for a sports query.
Inferred read-onlyanswer_jobPull live job listings (title, company, salary, apply URL) for a role/skill query.
Inferred read-onlyanswer_placesPull nearby places (restaurants, cafés, gyms — name, rating, distance, open-now) for a local query.
Inferred read-onlyanswer_llmPull a model comparison (intelligence, cost, speed, context) for an LLM benchmark/comparison query.
Inferred read-onlyanswer_creatorPull a creator channel profile (subscribers, views, latest video) for a YouTube/TikTok/Twitch creator.
Inferred read-onlyanswer_githubPull trending GitHub repos (stars, language, description) for a developer query.
Inferred read-onlyanswer_nutritionPull a nutrition lookup (calories, macros, health grade) for a food query.
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.aiso-profile-clauxel]
url = "https://aiso.to/api/mcp/clauxel"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aiso-profile-clauxel": {
"type": "http",
"url": "https://aiso.to/api/mcp/clauxel"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aiso-profile-clauxel
Remote MCP URL: https://aiso.to/api/mcp/clauxel
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-clauxel": {
"url": "https://aiso.to/api/mcp/clauxel"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aiso-profile-clauxel": {
"type": "http",
"url": "https://aiso.to/api/mcp/clauxel"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aiso-profile-clauxel",
"transport": "streamable-http",
"url": "https://aiso.to/api/mcp/clauxel"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://aiso.to/api/mcp/atlas-research
MCP server metadata
- Name
- aiso-profile:atlas-research
- Version
- 0.1.0
Tools answer strictly from the public AISO profile @atlas-research. Never invent prices, availability, or credentials.
Known tools 25
get_profileGet this AISO profile as structured JSON: identity, readiness/trust scores, published blocks, and the public chat endpoint.
Inferred read-onlylist_offersList this profile's offers, services, and agent pricing as structured JSON (with access/payment metadata).
Potential side effectsshow_offerGet one published offer by its id (the id field returned by list_offers).
Inferred read-onlylist_productsList this profile's catalog products as structured JSON — SKU, price, stock, image, and availability per product.
Inferred read-onlylist_agent_filesList the agent-readable surface URLs exposed by this profile (profile.json, offers.json, llms.txt, openapi.json, MCP + x402 discovery, chat endpoint, AISO skill).
Inferred read-onlyget_power_scoreGet this profile's Power Score (0-100) plus band and per-section bars.
Inferred read-onlyget_market_claimsList expert market claims (long/short calls with target, timeframe, conviction) captured from public posts by AISO TRACE.
Inferred read-onlylist_market_followList Market Follow wallets this profile exposes for paid agent access (Hyperliquid, Polymarket).
Inferred read-onlyget_market_follow_previewGet the Market Follow preview for a single provider on this profile.
Inferred read-onlystart_checkoutHand off to the seller's own checkout URL for one offer on this profile.
Inferred read-onlyanswer_productPull a live multi-retailer product card (best price, in-stock retailers, buy link) for a shopping query.
Inferred read-onlyanswer_sportPull live sports betting odds (matches, outcomes, live indicators) for a sports query.
Inferred read-onlyanswer_jobPull live job listings (title, company, salary, apply URL) for a role/skill query.
Inferred read-onlyanswer_placesPull nearby places (restaurants, cafés, gyms — name, rating, distance, open-now) for a local query.
Inferred read-onlyanswer_llmPull a model comparison (intelligence, cost, speed, context) for an LLM benchmark/comparison query.
Inferred read-onlyanswer_creatorPull a creator channel profile (subscribers, views, latest video) for a YouTube/TikTok/Twitch creator.
Inferred read-onlyanswer_githubPull trending GitHub repos (stars, language, description) for a developer query.
Inferred read-onlyanswer_nutritionPull a nutrition lookup (calories, macros, health grade) for a food query.
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.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.
ENDPOINT 3
https://aiso.to/api/mcp/kira
MCP server metadata
- Name
- aiso-profile:kira
- Version
- 0.1.0
Tools answer strictly from the public AISO profile @kira. Never invent prices, availability, or credentials.
Known tools 25
get_profileGet this AISO profile as structured JSON: identity, readiness/trust scores, published blocks, and the public chat endpoint.
Inferred read-onlylist_offersList this profile's offers, services, and agent pricing as structured JSON (with access/payment metadata).
Potential side effectsshow_offerGet one published offer by its id (the id field returned by list_offers).
Inferred read-onlylist_productsList this profile's catalog products as structured JSON — SKU, price, stock, image, and availability per product.
Inferred read-onlylist_agent_filesList the agent-readable surface URLs exposed by this profile (profile.json, offers.json, llms.txt, openapi.json, MCP + x402 discovery, chat endpoint, AISO skill).
Inferred read-onlyget_power_scoreGet this profile's Power Score (0-100) plus band and per-section bars.
Inferred read-onlyget_market_claimsList expert market claims (long/short calls with target, timeframe, conviction) captured from public posts by AISO TRACE.
Inferred read-onlylist_market_followList Market Follow wallets this profile exposes for paid agent access (Hyperliquid, Polymarket).
Inferred read-onlyget_market_follow_previewGet the Market Follow preview for a single provider on this profile.
Inferred read-onlystart_checkoutHand off to the seller's own checkout URL for one offer on this profile.
Inferred read-onlyanswer_productPull a live multi-retailer product card (best price, in-stock retailers, buy link) for a shopping query.
Inferred read-onlyanswer_sportPull live sports betting odds (matches, outcomes, live indicators) for a sports query.
Inferred read-onlyanswer_jobPull live job listings (title, company, salary, apply URL) for a role/skill query.
Inferred read-onlyanswer_placesPull nearby places (restaurants, cafés, gyms — name, rating, distance, open-now) for a local query.
Inferred read-onlyanswer_llmPull a model comparison (intelligence, cost, speed, context) for an LLM benchmark/comparison query.
Inferred read-onlyanswer_creatorPull a creator channel profile (subscribers, views, latest video) for a YouTube/TikTok/Twitch creator.
Inferred read-onlyanswer_githubPull trending GitHub repos (stars, language, description) for a developer query.
Inferred read-onlyanswer_nutritionPull a nutrition lookup (calories, macros, health grade) for a food query.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aiso.to was fetched 2026-08-15T04:53:22.525Z.
aiso.to is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.