{"name":"id.my.aigratis/aigratis","slug":"aigratis","title":"AIGratis","description":"Free AI models and per-token prices across API gateways. Search, compare, estimate cost. Read-only.","url":"https://mcp.market/server/aigratis","rating":null,"grade":"C","score":65,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":0,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://aigratis.my.id/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://aigratis.my.id/api/mcp"}],"packages":[],"tools":[{"name":"compare_model_prices","description":"Every gateway offering one canonical model, cheapest input price first. Includes context length, cached-input price, isFree, referral link, and when each offer was last synced. Returns the `limit` cheapest offers plus totalOffers. If the exact slug is unknown, falls back to a search and returns candidates.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","minLength":1,"maxLength":160,"description":"Canonical slug (e.g. 'gpt-4o', 'claude-sonnet-4-5') or a partial name"},"free":{"type":"boolean","description":"When searching by partial name: only models with free offers (true) or paid (false)"},"limit":{"type":"integer","minimum":1,"maximum":100,"default":15,"description":"Max offers to return (cheapest first)"}},"required":["model"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"estimate_cost","description":"Monthly bill for a model at every gateway, given expected input and output tokens. Returns the `limit` cheapest gateways in USD and IDR, totalOffers, and the `cheapest` entry. Free offers cost 0.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","minLength":1,"maxLength":160,"description":"Canonical slug from suggest_models/search_models, or a partial model id"},"inputTokens":{"type":"number","minimum":0,"default":1000000,"description":"Input tokens per month"},"outputTokens":{"type":"number","minimum":0,"default":200000,"description":"Output tokens per month"},"limit":{"type":"integer","minimum":1,"maximum":100,"default":10,"description":"Max gateways to return (cheapest first)"}},"required":["model"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_fx_rates","description":"Exchange rates used to convert USD prices (perUsd = units of currency per 1 USD).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_gateway","description":"One gateway's profile plus its full model list with prices, context length, modalities and isFree, sorted by input price.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":64,"description":"Gateway slug from list_gateways"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_gateways","description":"Active AI gateways (providers) in compact form: slug, name, tagline, website, referral link, model count, likes, last sync. Editor's picks come first by default. Use get_gateway for docs, payment methods, notes, and the model list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sort":{"type":"string","enum":["default","likes"],"default":"default","description":"'likes' ranks by visitor votes"},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20},"offset":{"type":"integer","minimum":0,"default":0}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"recent_changes","description":"Catalog events, newest first: models added/removed/returned, price up/down, became free/paid, new gateways. Filter by gateway or model. Paginate with cursor.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"provider":{"type":"string","maxLength":64,"description":"Gateway slug"},"model":{"type":"string","maxLength":160,"description":"Canonical model slug"},"kind":{"type":"string","enum":["added","removed","returned","price_up","price_down","became_free","became_paid","provider_added"]},"limit":{"type":"integer","minimum":1,"maximum":100,"default":30},"cursor":{"type":"string","maxLength":64,"description":"nextCursor from the previous page"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_models","description":"Search model offers across all gateways. Each row is one model at one gateway with its input/output price in USD per 1M tokens. Filter by free=true to list only free offers. Returns canonicalSlug for use with compare_model_prices and estimate_cost.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","maxLength":120,"description":"Substring match on model id, name, or canonical slug, e.g. 'gpt-4o', 'llama'"},"vendor":{"type":"string","maxLength":64,"description":"Model maker, lowercase: anthropic, openai, google, meta, deepseek, mistral, qwen, xai, ..."},"provider":{"type":"string","maxLength":64,"description":"Gateway slug (see list_gateways)"},"modality":{"type":"string","maxLength":32,"description":"Required modality, e.g. 'text', 'image', 'audio'"},"free":{"type":"boolean","description":"true = only free offers, false = only paid"},"minContext":{"type":"integer","minimum":0,"description":"Minimum context window in tokens"},"maxInputPrice":{"type":"number","minimum":0,"description":"Maximum input price, USD per 1M tokens"},"sort":{"type":"string","enum":["price_asc","price_desc","context_desc","name_asc"],"default":"price_asc"},"page":{"type":"integer","minimum":1,"default":1},"perPage":{"type":"integer","minimum":1,"maximum":100,"default":25}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"suggest_models","description":"Resolve a loose model name to canonical slugs. Returns up to `limit` canonical models matching the query, with how many gateways sell each, how many for free, and the cheapest monthly bill for the given token usage. Use before compare_model_prices when you only have a rough name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","maxLength":120,"description":"Partial model name, e.g. 'claude sonnet', 'deepseek'"},"limit":{"type":"integer","minimum":1,"maximum":20,"default":8},"inputTokens":{"type":"number","minimum":0,"default":1000000,"description":"Monthly input tokens for the cost preview"},"outputTokens":{"type":"number","minimum":0,"default":200000,"description":"Monthly output tokens for the cost preview"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"top_free_gateways","description":"Gateways ranked by how many distinct models they offer for free, with a few well-known example models each.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":20,"default":5}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":65,"grade":"C","scanned_at":"2026-09-18T04:50:50.683Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-18T04:50:50.626Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 4448ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://aigratis.my.id/api/mcp","reachable":true,"authRequired":false,"latencyMs":4448,"serverInfo":{"name":"aigratis","version":"1.0.0"}}],"packages":[],"repo":{"found":false}}}},"grade_history":[],"reviews":[]}