Blixtworks
Server Details
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Eggis70/img-categorize
- GitHub Stars
- 0
- Server Listing
- img-categorize
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.3/5 across 3 of 3 tools scored.
Each tool has a completely distinct purpose: explaining payment, listing offerings, and running a sample. There is no overlap or ambiguity between them.
Two tools follow verb_noun pattern (list_tools, try_sample), but how_to_pay is a phrase-style name. The naming is readable and consistent in casing, but not perfectly uniform in structure.
With 3 tools, the set is minimal but each tool earns its place in the customer journey (discover, try, pay). This is well-scoped for a gateway/introductory server.
The domain is 'evaluating and paying for Blixtworks services.' The set covers listing, sampling, and payment instructions. A minor gap is that only the CLIP model has a sample, not other offerings.
Available Tools
3 toolshow_to_payHow payment works (free)AInspect
Explains how to call the paid Blixtworks tools: the x402 flow, what a wallet needs, and the one-line install for the local MCP server that pays automatically.
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Optional tool name to get a specific example for |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It uses the verb 'Explains' which implies a read-only operation, and the title notes it is free, but it does not explicitly state there are no side effects, nor does it mention any external calls or installs it might trigger (e.g., whether invoking it actually installs anything). The one-line install is described as content, not as a direct action.
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 a single, focused sentence that front-loads the primary purpose and lists the key topics covered. Every word contributes to the meaning, with no fluff or repetition.
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?
For a help/documentation tool with a single optional parameter and no output schema, the description covers the essential scope: payment flow, wallet needs, and installation. It does not describe the return format, but that is not critical for a text-help tool. Minor gap: no explicit statement about how the tool behaves (e.g., returns text instructions), but it is sufficient.
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 covers 100% of the parameter 'tool' with a clear description, so the baseline is 3. The description does not add any additional meaning beyond the schema, as it does not mention the parameter or provide examples of tool names.
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 the tool's purpose with a specific verb ('Explains') and a specific resource (paid Blixtworks tools), and it distinguishes itself from siblings by focusing on the payment flow, x402, wallet requirements, and installer. The title '(free)' further clarifies its nature.
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 provides clear context for when to use the tool: when needing to call paid Blixtworks tools. It does not explicitly mention alternatives or exclusions, but the context is strong enough that it is obvious this is the go-to for payment-related questions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_toolsList Blixtworks tools and prices (free)AInspect
List every tool Blixtworks sells, with prices and input formats. Free — no wallet needed. Covers image categorization, captioning, OCR, CLIP embeddings, webpage-to-Markdown, PDF extraction, QR codes, EXIF/GPS and DNS lookups.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses key behavioral traits: access is free, no wallet needed, and the scope of coverage. This is appropriate for a read-only listing tool, though it stops short of describing the exact response format.
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 compact sentences. The first sentence front-loads the purpose and key cost fact; the second lists scope. Every word 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?
For a simple list tool with zero parameters and no output schema, the description adequately specifies what the tool returns (a list of tools with prices and input formats) and includes the free/no-wallet detail. It is complete enough for an agent to select and invoke the tool correctly.
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 tool has zero parameters, so the baseline of 4 applies. There is nothing for the description to add beyond what the schema already shows (an empty object).
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 the tool lists every tool Blixtworks sells, with prices and input formats. It enumerates specific categories (image categorization, OCR, etc.), making it distinct from siblings like how_to_pay or try_sample.
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?
It provides clear context for use: when you want an overview of available tools and pricing. It also notes that it is free and requires no wallet, implying it's a safe starting point. However, it does not explicitly compare to siblings or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
try_sampleRun a free sample categorizationAInspect
Free: runs the real CLIP model on a sample image and returns ranked labels, so you can judge output quality before paying for anything.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses that the tool is free, uses the real CLIP model (implying actual inference), and returns ranked labels. It doesn't mention potential resource usage or limits, but for a sample tool the disclosure is adequate.
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 a single, well-structured sentence that front-loads the key value proposition ('Free'). Every word adds meaning, with no redundancy or filler.
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 zero-parameter schema and absence of an output schema, the description sufficiently explains the tool's purpose and return value (ranked labels). It could be more detailed about the sample image or output format, but this is a simple sample tool and the sibling context (how_to_pay) reinforces its role.
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 is empty, so the baseline is 4. The description adds no parameter details since there are none, but it mentions a 'sample image' as the implicit input, which provides some context beyond the empty schema.
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 the tool's function: it runs the real CLIP model on a sample image and returns ranked labels. It is distinguished from paying tools by explicitly saying it's free and for judging quality before paying.
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 phrase 'so you can judge output quality before paying for anything' implies this tool is a try-before-you-buy option, guiding the agent to use it before paid alternatives. It does not explicitly mention when not to use it or name how_to_pay as an alternative, but context is clear.
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
- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.Last updated1005MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.Last updated16
- -license-qualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.Last updated

AfaAgent x402 API Suiteofficial
Flicense-qualityBmaintenance43 x402-enabled API tools — DeFi, wallet security, AI/ML, developer tools, SEO. Pay-per-call USDC on Base via x402 protocol.Last updated
Your Connectors
Sign in to create a connector for this server.