California Bitcoin
Server Details
Source-backed Bitcoin research, claim verification, evidence, and timelines for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Most tools are distinguishable by whether they return a quick answer, a topic, a search result, a verification, or a timeline. However, deep_ground_bitcoin and get_bitcoin_evidence_pack both describe overlapping packaged outputs with claims, sources, provenance, and history, and batch_bitcoin_research blurs into the single-request tools by accepting questions and evidence requests at scale.
The set mostly follows a clean verb_bitcoin_noun snake_case pattern: answer_bitcoin_question, get_bitcoin_topic, search_bitcoin_knowledge, verify_bitcoin_claim. The outlier is deep_ground_bitcoin, which uses a compound verb and lacks the final object noun that the other tool names have.
Eight tools is well within the ideal scope for a specialized Bitcoin knowledge and research server. Each tool represents a plausible mode—search, topic lookup, quick answer, verification, timeline building, evidence packaging, deep grounding, and batch research—so the count feels intentional rather than padded.
The tool surface covers discovery, direct retrieval, concise answering, claim verification, historical timelines, evidence packages, and batch processing, which maps well to a read-only canonical knowledge service. There are no obvious dead ends, and the absence of write/update tools is appropriate for a knowledge/evidence server.
Available Tools
8 toolsanswer_bitcoin_questionAnswer Bitcoin QuestionARead-onlyInspect
FREE. Return a concise deterministic answer grounded only in California Bitcoin maintained knowledge.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations only indicate readOnlyHint=true, while the description adds behavioral traits: the response is deterministic, concise, grounded in a specific knowledge source, and free. This provides useful context beyond the annotations, though it does not detail failure modes or answer formatting. No contradiction exists.
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 terse sentence with no real filler. The leading 'FREE.' is arguably unnecessary, but it is short and harmless. Overall structure is acceptable for such a simple tool.
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 one-parameter, read-only Q&A tool, the description adequately states what the tool does, what input it needs, and what kind of output to expect. However, with no output schema and no discussion of out-of-scope questions or when to use a sibling tool, a few gaps remain.
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 schema has zero description coverage for the single 'query' parameter, so the description carries the semantic burden. It implies that query is the Bitcoin question being answered, which gives basic meaning, but it leaves the expected query format and ambiguous cases unaddressed. This earns a baseline 3.
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 action: returning a concise deterministic answer grounded only in California Bitcoin maintained knowledge. It identifies both the verb and resource, making the purpose fairly obvious, but it does not explicitly distinguish it from sibling tools like search_bitcoin_knowledge or verify_bitcoin_claim, so it stops short of a 5.
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 offers no guidance on when to choose this tool over its siblings, nor does it mention exclusions or alternatives. It simply describes the action without giving context about when a user request should be routed here versus search_bitcoin_knowledge, verify_bitcoin_claim, or deep_ground_bitcoin.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
batch_bitcoin_researchBatch Bitcoin ResearchARead-onlyInspect
PAID $2.50 USD via Stripe MPP. Process up to 20 claims, questions, or evidence requests in one deterministic package.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already provide readOnlyHint=true, and the description adds important non-obvious context: the $2.50 USD Stripe MPP payment requirement and deterministic behavior. This goes beyond the structured annotations and helps the agent understand cost and reproducibility, though it doesn't detail output or error behavior.
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 front-loaded sentence with no wasted words. It communicates the cost, the batch limit, the accepted content types, and the deterministic nature efficiently.
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 paid batch tool with no output schema, the description is adequate for invoking it—the agent knows what items to send and how many—but it does not disclose the return format, what a successful response looks like, or how the results relate to the sibling research tools. This leaves a meaningful gap for a tool with no 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 description names the semantic categories of the items array ('claims, questions, or evidence requests') and the batch size cap, which partially maps to the schema's enum values and maxItems. However, with schema description coverage at 0%, it does not compensate by explaining the accepted string/object structure or the 'text' field, leaving the schema to carry most structural meaning.
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 ('process') and resource ('claims, questions, or evidence requests') with a clear batch scope ('up to 20'). It is understandable and distinct from the siblings in spirit, but it does not explicitly name or contrast any sibling tool like answer_bitcoin_question or verify_bitcoin_claim.
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 a batch use case ('Process up to 20... in one package') but gives no explicit guidance on when to use this tool versus the single-item sibling tools. There are no 'use this when' or 'use that when' instructions, and no exclusions or alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
build_bitcoin_timelineBuild Bitcoin TimelineARead-onlyInspect
PAID $0.50 USD via Stripe MPP. Build a query-specific historical research timeline from maintained Bitcoin history.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| toYear | No | ||
| fromYear | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, so the safety profile is covered. The description adds valuable behavioral context beyond the annotations by disclosing a cost ('PAID $0.50 USD via Stripe MPP') and indicating that the timeline is built from curated, maintained Bitcoin history. This helps the agent anticipate side effects and prerequisites.
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 extremely concise with no filler. The payment disclosure is front-loaded, and the purpose sentence directly follows with meaningful details ('query-specific', 'historical research', 'maintained Bitcoin history'). Every sentence earns its place.
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 core purpose is clear and the readOnlyHint plus payment disclosure cover important context. However, there is no output schema and the description does not describe what the returned timeline looks like, how date filtering or limits behave, or any potential usage constraints. This leaves noticeable gaps for a tool with four parameters and no 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?
Schema description coverage is 0%, so the description must compensate, but it only implicitly references the 'query' parameter. It provides no additional meaning for 'limit', 'fromYear', or 'toYear', leaving their constraints, defaults, and interaction largely unexplained. The parameter names are somewhat self-explanatory, but the description itself adds little value.
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 a specific verb ('Build'), a specific deliverable ('a query-specific historical research timeline'), and a data source ('maintained Bitcoin history'). This distinguishes it from sibling tools like search_bitcoin_knowledge or answer_bitcoin_question, which focus on retrieval or answering rather than timeline construction.
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 for creating a timeline from a research query, but it does not explicitly state when to prefer this tool over alternatives, nor does it mention any exclusions. There is enough context for an agent to infer the intended use, but no direct comparison with sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
deep_ground_bitcoinDeep Ground Bitcoin ResearchBRead-onlyInspect
PAID $1.00 USD via Stripe MPP. Produce a deeper deterministic grounding package across canonical topics, claims, sources, and history.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful context beyond the readOnlyHint annotation by disclosing the paid cost ('PAID $1.00 USD via Stripe MPP') and characterizing the output as 'deeper deterministic grounding.' This helps an agent understand the tool's cost and reproducibility, though it does not detail output format or rate limits.
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 concise with two short sentences and no filler. The payment disclosure is relevant for agent decision-making, though front-loading the functional purpose before the payment detail might improve scannability.
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 single-parameter, read-only tool, the description is somewhat sufficient: it states cost, general scope, and output type. However, it lacks details about what the grounding package will contain, how results are returned, and when a caller should prefer this over a sibling tool, leaving moderate ambiguity.
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 0%, and the description does not explain the 'query' parameter beyond the parameter name itself. The domain and tool title suggest the query is a Bitcoin research topic, but the description provides no explicit semantics, format, or examples to compensate for the missing schema documentation.
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 action ('Produce a deeper deterministic grounding package') and identifies the resource scope ('canonical topics, claims, sources, and history'). It conveys more than the title's research label, though it does not explicitly differentiate itself from sibling tools such as get_bitcoin_evidence_pack or batch_bitcoin_research.
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?
No guidance is provided on when to use this tool versus alternatives. The word 'deeper' implies a need for more thorough research, but there is no explicit when-to-use, when-not-to-use, or alternative routing among the seven sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_bitcoin_evidence_packGet Bitcoin Evidence PackBRead-onlyInspect
PAID $0.50 USD via Stripe MPP. Build a structured evidence package with claims, source classes, provenance, history, and related concepts.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the baseline bar is lower. The description adds meaningful context by disclosing a payment requirement ("PAID $0.50 USD via Stripe MPP") and by listing the evidence package components. There is no contradiction with the read-only annotation because "Build" here implies assembling a response, not modifying external state.
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 short and mostly to the point, but the payment notice is placed before the actual purpose, which hurts front-loading. The core sentence is efficient, but the overall structure prioritizes a billing detail over the tool's function.
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?
With only one parameter and a read-only annotation, the description does not need to be long. However, it leaves the query semantics unexplained and offers no routing context among seven related sibling tools. The output components it lists are helpful, but the package's exact scope and response format remain underspecified.
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 0%, so the description needed to clarify what the "query" parameter should contain. It does not; the parameter meaning is only weakly implied by the tool name and package-building phrase. This is a clear gap.
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 clear action, "Build a structured evidence package," and specifies the output contents: claims, source classes, provenance, history, and related concepts. This distinguishes the tool's purpose from siblings at a general level, though it does not explicitly name a differentiating sibling.
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 no guidance on when to use this tool instead of alternatives like answer_bitcoin_question, verify_bitcoin_claim, or get_bitcoin_topic. It also does not state what kind of query is appropriate or any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_bitcoin_topicGet Bitcoin TopicARead-onlyInspect
FREE. Retrieve one canonical Bitcoin Knowledge Atlas topic by id with source and provenance metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
readOnlyHint=true already establishes that this is a safe read operation. The description adds that the result includes source and provenance metadata and that the operation is FREE, which are useful behavioral details beyond the annotation. It does not mention error handling or availability, but for a simple read-only get-by-id tool this is acceptable.
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 one short sentence with the action, resource, and key scope all front-loaded. 'FREE.' is an extra but brief cost signal, and every clause adds meaning. There is no unnecessary repetition of the tool name or title.
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 single-parameter lookup with a readOnlyHint annotation, the description is mostly complete: it states what is retrieved and what metadata is included. There is no output schema, so the description partly covers return expectations, but it does not mention what happens when no topic is found or whether the topic body itself is fully included.
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 only parameter is id, and the schema already enforces its pattern and maxLength. The description adds context by saying the id identifies a canonical Bitcoin Knowledge Atlas topic, which is helpful but does not add format details beyond the schema. For a single simple parameter with 0% schema description coverage, this is adequate.
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 names a specific verb (Retrieve), a specific resource (canonical Bitcoin Knowledge Atlas topic), and the lookup key (by id), plus the additional output context (source and provenance metadata). This clearly distinguishes the tool from siblings like search_bitcoin_knowledge or get_bitcoin_evidence_pack, which are not canonical single-topic lookups by id.
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 should be used when you already have a topic id and want the canonical single topic, but it does not explicitly contrast this with search_bitcoin_knowledge or other alternatives. There is no when-not-to-use guidance or mention of sibling tools, so the agent must infer the right context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_bitcoin_knowledgeSearch Bitcoin KnowledgeCRead-onlyInspect
FREE. Search California Bitcoin’s canonical Knowledge Atlas and related history.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already establishes that the tool is safe. The description adds some scope context ('canonical Knowledge Atlas and related history') and a free-to-use signal, but does not mention pagination, ranking, or result behavior. It does not contradict the annotation.
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 core sentence is concise and front-loaded, but the leading 'FREE.' is unrelated filler that does not help an agent invoke the tool. The structure is acceptable but could use a richer explanation.
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 read-only search with two simple parameters, the description is minimal but leaves gaps: it does not explain what the Knowledge Atlas contains, how results are returned, or when to use this tool relative to the seven siblings. The annotations cover safety, but the description lacks enough context for confident selection.
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 schema documents query and limit with types, defaults, and bounds, but the description provides no additional meaning about how to form the query or how limit affects results. With 0% schema description coverage, the description should compensate; it does not.
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 tool as a search operation over a specific resource ('California Bitcoin’s canonical Knowledge Atlas and related history'), which is more specific than the title. It clearly conveys the verb and resource, distinguishing it from answer/verify tools, though it does not explicitly differentiate from sibling search-like tools.
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?
There is no guidance on when to prefer this search tool over siblings such as get_bitcoin_topic or batch_bitcoin_research. The description only states what the tool does, not the conditions that would select it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_bitcoin_claimVerify Bitcoin ClaimARead-onlyInspect
PAID $0.50 USD via Stripe MPP. Verify a claim against canonical maintained statements and return supported, unsupported, or uncertain evidence.
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations only indicate readOnlyHint=true, so the description adds value by disclosing a payment/cost element ('PAID $0.50 USD via Stripe MPP') and the verification behavior against canonical statements. It does not contradict the annotations and provides useful behavioral context beyond them.
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 brief and mostly front-loaded, stating the cost first and then the core action. The payment sentence is unusual but earns its place as behavioral context, and the rest is tight with no 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?
For a single-parameter tool with no output schema, the description adequately covers input, action, and the shape of results ('supported, unsupported, or uncertain evidence'). It does not explain what 'canonical maintained statements' consist of, but that is not essential for calling 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?
Schema description coverage is 0%, and the only parameter is 'claim'. The description compensates by explicitly using and defining the claim as the object of verification, giving the parameter practical meaning beyond the bare schema name.
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 ('Verify'), a clear resource ('a claim against canonical maintained statements'), and the three possible outcomes ('supported, unsupported, or uncertain evidence'). This distinguishes it from sibling tools like answer_bitcoin_question or search_bitcoin_knowledge, which target different actions.
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 makes clear that this tool is for verification of claims rather than open-ended answering or research. It does not explicitly name alternatives or exclusion conditions, but the purpose is specific enough for an agent to infer when to select it.
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.
8 tool updates
- First observed
answer_bitcoin_question - First observed
batch_bitcoin_research - First observed
build_bitcoin_timeline - First observed
deep_ground_bitcoin - First observed
get_bitcoin_evidence_pack - First observed
get_bitcoin_topic - First observed
search_bitcoin_knowledge - First observed
verify_bitcoin_claim
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
Bitcoin wallet intelligence for AI agents: trust, labels, tx verify, fees, and timestamps.
Source-traced evidence research for AI agents. We organise the evidence; you decide.
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
Bitcoin-anchored, tamper-evident audit-permanence layer for AI agents, FRE 902(13)/(14)-shaped.
Related MCP Servers
AlicenseAqualityDmaintenanceBitcoin-anchored provenance for AI outputs; enables stamping, verifying, and tracing outputs with offline-verifiable canonical roots.3Apache 2.0- AlicenseAqualityDmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.3MIT
- AlicenseAqualityCmaintenanceProvides cryptographic truth infrastructure for AI agents, enabling them to seal content with SHA-256 and Ed25519, verify receipts, anchor them to Bitcoin via OpenTimestamps, generate citations, and audit chains of receipts.5501MIT
- AlicenseNot gradedqualityFmaintenanceBitcoin data for AI agents. Pay-per-query via x402 micropayments. No API keys. No subscriptions. No tokens.MIT