01Mind
Server Details
A machine-to-machine agent superstore -- paid API services for autonomous agents via x402 on Base.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolslist_offeringsWhat 01Mind sellsAInspect
Free. Everything 01Mind offers, on demand rather than loaded into your context upfront. section: "catalogue" (every purchasable listing with its price and the exact tool name to call it by -- most are callable but not advertised), "documents" (the full render_document schema, limits and templates), "venue" (open paid work and research studies you can apply for), or "all".
| Name | Required | Description | Default |
|---|---|---|---|
| section | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It states the tool is 'Free' and that information is fetched 'on demand rather than loaded into your context upfront', which is a meaningful behavior. It also details what each section contains, including that most catalogue items are 'callable but not advertised', giving the agent a clearer picture of what to expect.
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 compact and front-loaded, starting with the key facts 'Free' and 'Everything 01Mind offers.' The section list is dense but organized. The opening phrase is slightly ambiguous ('Everything' could imply full context is returned), yet the following section breakdown clarifies the intended behavior without wasted 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?
For a simple optional-enum retrieval tool with no output schema, the description provides enough detail for an agent to know what each section returns and why it might be useful. The 'documents' section explicitly points to the render_document schema, which is directly relevant to a sibling tool. It does not describe response formatting, but that is not required given the tool's simple listing nature.
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?
Although schema description coverage is 0%, the description fully explains the only parameter by defining each enum value: 'catalogue', 'documents', 'venue', and 'all'. It goes beyond the bare enum names by specifying what each section returns, such as prices, tool names, schemas, limits, templates, and open work. This is strong compensation for the lack of schema descriptions.
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 identifies the resource as 'Everything 01Mind offers' and maps the tool's output to specific sections ('catalogue', 'documents', 'venue', 'all'), making the listing function clear. It does not explicitly use a verb like 'list' or 'return', but the name and section enumeration convey the purpose. It is distinguishable from siblings because it provides information about offerings rather than rendering or saving documents.
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: when offerings, document schemas, or venue opportunities are needed 'on demand rather than loaded into your context upfront.' It gives useful context by noting the 'documents' section contains the render_document schema, suggesting a workflow before calling render_document. However, it does not explicitly state when not to use it or name alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
render_documentRender a documentAInspect
Produce a real .docx or .xlsx file from structured content and return it as base64. Send format ("docx"|"xlsx") plus exactly ONE of: blocks (array of {type:"title"|"heading"|"text"|"mono"|"table", text, level?, headers?, rows?}), markdown (string), sheets (array of {name, rows:[{...}] or rows:[[...]] with columns:[...]}), or templateId + values. Optional filename. Free for the first 5 documents a month on an API key sent as X-API-Key, then $0.25 per document via x402 -- an unpaid call over that returns a real HTTP 402 challenge. Dry run free at POST /sandbox/execute/render-document. Full schema and limits: call list_offerings with section "documents".
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | ||
| filename | No | ||
| walletAddress | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden, and it exceeds expectations: it discloses base64 return, pricing model (first 5 free then $0.25 via x402), the HTTP 402 challenge on unpaid overage, and a free dry-run endpoint. It also mentions auth via X-API-Key and limits reference, making the operational behavior clear.
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 dense but every sentence earns its place: core function, payload variants, pricing, failure mode, dry-run endpoint, and pointer to full docs. It front-loads the most important action and return format, then adds operational detail without redundancy. No filler or restatement of the tool name.
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 tool with no output schema and no annotations, the description is unusually complete: it covers return format, input constraints, auth, rate/pricing, error behavior, and a sandbox endpoint. The only meaningful gap is walletAddress semantics (presumably for x402 payment), which could confuse an agent. The pointer to list_offerings for full schema mitigates the gap but does not fully close it.
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 0%, so the description must compensate, and it does: it explains format, blocks with element subtypes, markdown, sheets with rows/columns, templateId+values, and optional filename. It misses walletAddress, which appears in the schema but is never described — an agent cannot infer its purpose from the description alone. The 'exactly one of' constraint is also only in prose, not in the 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 states a specific verb and resource: 'Produce a real .docx or .xlsx file from structured content and return it as base64.' It clearly differentiates from siblings: save_document_template is about saving templates, list_offerings is about metadata, and this tool actually renders. The format enum and required payload variants leave no ambiguity about what the tool does.
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 gives explicit invocation requirements: send format plus exactly one of blocks, markdown, sheets, or templateId+values. It also clarifies the free-tier/payment conditions and points to list_offerings for full schema/limits. However, it does not explicitly contrast with siblings (e.g., when to use save_document_template instead), leaving some routing to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
save_document_templateSave a document templateAInspect
Free, and does not use your document allowance. Store a reusable layout once so you stop re-sending it: send format, blocks (or sheets), an optional templateId, with {{placeholders}} where values go, and a table may carry rowsFrom:"listName" to repeat one row over an array. Then render with { templateId, values }. Requires an API key (X-API-Key). Saves a large layout from being re-sent on every call, which is usually the single largest avoidable cost in a request.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| format | No | ||
| templateId | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It discloses that the operation is free, does not consume document allowance, requires an API key, stores a layout, and supports placeholders and rowsFrom. It does not fully describe what happens if templateId is omitted or what the response contains, but it still provides substantial behavioral detail.
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 information-dense and front-loads the most important facts: free, no document allowance, reusable-layout benefit. The final sentence about avoiding cost is somewhat repetitive with the earlier 'stop re-sending it' phrasing, but the paragraph otherwise avoids 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?
The description covers the main call pattern, placeholders, table repetition, and authentication. However, with no output schema, it does not state what the save response returns or how the templateId is obtained for a later render call. The 'name' parameter is also left unexplained. These are material gaps for correct invocation.
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 has 0% description coverage, so the description must compensate. It adds meaning for format, templateId, blocks/sheets, placeholders, and rowsFrom. However, it never explains the 'name' parameter, which appears in the schema, and does not spell out the format enum values. This is strong but incomplete compensation.
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: 'Store a reusable layout once' so it can be re-used via rendering. It distinguishes itself from the sibling render_document by presenting the save-before-render flow: 'Then render with { templateId, values }.'
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 gives clear context for when to use the tool: when you have a reusable layout you keep sending and want to avoid re-sending it. It also mentions a prerequisite: 'Requires an API key (X-API-Key).' It does not explicitly name alternatives or state when not to use it, so it falls short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
28 tool updates
- Removed
agent_economy_venue_intelligence - Removed
agent_payment_rails_playbook - Removed
agent_reputation_trust_signals_guide - Removed
asic_accc_guidance_pack - Removed
au_tax_compliance_pack - Removed
aviation_safety_pack - Removed
dyn_5792b8f506124317 - Removed
dyn_7a9f5d500cef2d74 - Removed
dyn_9c6d8ecb1d01341b - Removed
dyn_acaeb8f8c93241a0 - Removed
dyn_c00310eb652a22bb - Removed
dyn_da9898e34926e0d3 - Removed
dyn_eef6b490b83840aa - Removed
email_send_action_api - Removed
fx_rates_data_api - Removed
gdpr_compliance_pack - Removed
hipaa_compliance_pack - Removed
legal_research_knowledge_api - Added
list_offerings - Removed
list_open_research_studies - Removed
list_open_venue_tasks - Removed
machine_economy_reality_map - Removed
market_sentiment_dataset - Removed
pub_9a615b4fed78 - Added
render_document - Added
save_document_template - Removed
state_of_the_agent_economy_report - Removed
weather_data_api
25 tool updates
- First observed
agent_economy_venue_intelligence - First observed
agent_payment_rails_playbook - First observed
agent_reputation_trust_signals_guide - First observed
asic_accc_guidance_pack - First observed
au_tax_compliance_pack - First observed
aviation_safety_pack - First observed
dyn_5792b8f506124317 - First observed
dyn_7a9f5d500cef2d74 - First observed
dyn_9c6d8ecb1d01341b - First observed
dyn_acaeb8f8c93241a0 - First observed
dyn_c00310eb652a22bb - First observed
dyn_da9898e34926e0d3 - First observed
dyn_eef6b490b83840aa - First observed
email_send_action_api - First observed
fx_rates_data_api - First observed
gdpr_compliance_pack - First observed
hipaa_compliance_pack - First observed
legal_research_knowledge_api - First observed
list_open_research_studies - First observed
list_open_venue_tasks - First observed
machine_economy_reality_map - First observed
market_sentiment_dataset - First observed
pub_9a615b4fed78 - First observed
state_of_the_agent_economy_report - First observed
weather_data_api
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
161x402 paid API tools for AI agents on Base: EU/global registries, crypto, wallet & agent trust.
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
x402 paid APIs for AI agents on Base. Blockchain, wallet, DEX, crypto, web search.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables autonomous agents to discover, quote, and purchase paid APIs on Base by describing capabilities in natural language, with automatic provider ranking, validation, and direct non-custodial x402 payments.MIT
- AlicenseNot gradedqualityCmaintenanceThe open marketplace for the agent economy — Buy any of 24,000+ live x402 services with USDC on Base.6MIT
- AlicenseAqualityAmaintenanceAgent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. 72+ services, free tools, x402 micropayments.2035MIT

@1ly/mcp-serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to discover, pay for, and sell APIs using crypto on Solana and Base networks, with support for automated x402 payments.813MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct action: listing offerings, rendering a document, and saving a template. The only minor overlap is that render_document and save_document_template both accept blocks/sheets, but their purposes (output a file vs. store a layout) are clearly differentiated in the descriptions.
All three tool names follow a consistent verb_noun pattern with snake_case: list_offerings, render_document, save_document_template. The naming is uniform and predictable.
At 3 tools, this is at the lower end of the ideal range, but each tool earns its place: discovery, rendering, and template persistence. There are no redundant or superficial tools.
The core document rendering flow is covered, but template management is incomplete: you can save and use templates, yet there is no way to list, update, or delete saved templates. This creates a potential dead end when an agent needs to discover existing template IDs.