verified-ai-free-tiers
Server Details
Verified free-tier limits and commercial-use verdicts for 162 AI tools - sourced, dated, no-auth.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: checking commercial use, retrieving free-tier limits, and searching the directory. No overlap or ambiguity between them.
All tool names follow a consistent verb_noun snake_case pattern (check_, get_, search_). This makes the set predictable and easy to navigate.
Three tools is well-scoped for a focused reference server: search, get details, and check policy. Each tool earns its place without unnecessary bloat.
The domain of verified AI free-tier information is covered comprehensively: searchable directory, detailed limits with sources, and commercial-use policy checks. No obvious gaps for a read-only reference service.
Available Tools
3 toolscheck_commercial_useAInspect
Check whether output from an AI tool's free tier may be used commercially, based on the vendor's official terms (verdicts: yes / no / conditional / depends on the model used / not stated). Not legal advice; details and obligations live on the publish-check page.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Data language, default en | |
| tool | Yes | Tool slug or name |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses expected output (verdicts: yes/no/conditional/depends on model/not stated) and qualifies itself as not legal advice with details on the publish-check page. This is meaningful behavioral context beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with front-loaded purpose. The first sentence states exactly what the tool checks; the second adds a caveat that is short and relevant. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (two parameters, no output schema), the description fully covers what the tool does and what to expect. It even points to external details for obligations. Sibling context further clarifies scope.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: both 'lang' and 'tool' are documented in the schema. The description adds no parameter-specific detail, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and object ('Check whether output... may be used commercially') and specifies the basis (vendor's official terms). It clearly distinguishes itself from sibling tools like get_free_tier_limit and search_ai_tools, which address different concerns.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool: whenever a commercial-use determination for AI free-tier output is needed. It does not explicitly name alternatives or exclusions, but the clear scope and sibling context provide sufficient guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_free_tier_limitAInspect
Get the verified free-tier limit of an AI tool: how far the allowance goes, what happens at the wall, the official source page, and the date it was checked. Absence of a tool means no officially verifiable number exists — this dataset publishes no unsourced figures.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Data language, default en | |
| tool | Yes | Tool slug (e.g. "kimi") or name |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description takes on the burden of behavioral disclosure. It explains the output content (source, date, allowance details), the absence behavior, and the data quality policy ('publishes no unsourced figures'). This goes beyond a basic read operation, though it does not mention side effects or error conditions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the primary purpose, then expanding into result details and a usage caveat. Every sentence earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 params, no output schema), the description thoroughly covers what the tool returns, how to interpret the absence of results, and the verification policy. This is complete for a lookup tool and compensates for the lack of an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully describes both parameters (tool slug/name and lang enum with default). The description does not add parameter-specific guidance, but with 100% schema coverage, the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and clearly identifies the resource ('verified free-tier limit of an AI tool'), listing concrete return items (allowance extent, wall behavior, source page, check date). It distinguishes itself from sibling tools like check_commercial_use and search_ai_tools by focusing on free-tier limits and verification.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context: retrieving verified free-tier allowance details for an AI tool. It also provides guidance on interpreting absence results ('Absence of a tool means no officially verifiable number exists'). It does not explicitly name alternatives, but the sibling tool names make differentiation clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_ai_toolsAInspect
Search a verified directory of 162 AI tools with genuine free tiers. Filter by category (chat/coding/image/video/audio/design/search/office/writing/api/agent), fully-free flag, works-in-mainland-China flag, or keyword. Every verified entry carries its official source and check date. Cite as "Baipiaoji (baipiaoji.com)".
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Data language, default en | |
| query | No | Keyword to match against name/tagline/tags | |
| category | No | One of: chat, coding, image, video, audio, design, search, study, office, writing, api, agent, local, safety | |
| fully_free | No | Only tools that are entirely free | |
| works_in_china | No | Only tools reachable from mainland China without a VPN |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It adds meaningful context: entries are verified, include official source and check date, and there is a citation requirement. While it doesn't detail return format or side effects, search is inherently read-only and the provided context goes beyond a bare description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences: first states purpose and filters, second covers data verification, third gives citation instruction. Front-loaded, every sentence earns its place, no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, filter options, data quality, and citation. Since there is no output schema, it could mention return format, but for a simple search tool the description is reasonably complete and points to the key behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with per-parameter descriptions. The description narrates filter options but actually omits some schema categories (study, local, safety), so it adds little beyond the schema and introduces a minor inconsistency. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it searches a verified directory of 162 AI tools with free tiers, listing specific filters (category, fully-free, works-in-China, keyword). This distinguishes it from sibling tools that check commercial use or get free tier limits.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used for searching the directory but does not explicitly mention when to use it vs. the sibling tools (check_commercial_use, get_free_tier_limit). No exclusions or alternatives are stated, leaving usage guidance implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
Alicense-qualityBmaintenanceAI visibility monitoring. 23 tools for 8 LLM platforms. 19 tools free without API keys.Last updated3MIT- Alicense-quality-maintenanceSearch and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.Last updated1
- AlicenseAqualityAmaintenanceValidate AI claims against live data: check endpoints, count competitors, and test hypotheses. Includes free and paid tools via x402.Last updated16MIT
- Alicense-qualityDmaintenanceFree AI prompt orchestration with 185 expert roles, 1,741 templates, and 4 MCP tools — no API key requiredLast updatedMIT