← aigratis.my.id

INDIVIDUAL MCP TOOL

top_free_gateways

Gateways ranked by how many distinct models they offer for free, with a few well-known example models each.

aigratis.my.idnone authenticationAvailability not checked

LIVE ENDPOINT

https://aigratis.my.id/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for top_free_gateways 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

aigratis.my.id

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.aigratis]
url = "https://aigratis.my.id/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aigratis": {
      "type": "http",
      "url": "https://aigratis.my.id/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aigratis
Remote MCP URL: https://aigratis.my.id/api/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": {
    "aigratis": {
      "url": "https://aigratis.my.id/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aigratis": {
      "type": "http",
      "url": "https://aigratis.my.id/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aigratis",
  "transport": "streamable-http",
  "url": "https://aigratis.my.id/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_models — Search model offers across all gateways.
  • suggest_models — Resolve a loose model name to canonical slugs.
  • compare_model_prices — Every gateway offering one canonical model, cheapest input price first.
  • estimate_cost — Monthly bill for a model at every gateway, given expected input and output tokens.
  • list_gateways — Active AI gateways (providers) in compact form: slug, name, tagline, website, referral link, model count, likes, last sync.
  • get_gateway — One gateway's profile plus its full model list with prices, context length, modalities and isFree, sorted by input price.
  • recent_changes — Catalog events, newest first: models added/removed/returned, price up/down, became free/paid, new gateways.
  • get_fx_rates — Exchange rates used to convert USD prices (perUsd = units of currency per 1 USD).