Skip to main content
Glama

Server Details

Lets AI agents autonomously pay for and call L402-protected APIs in Bitcoin Lightning. 12 tools across two layers: l402_fetch / l402_balance / l402_set_budget / l402_spending_report (generic L402 client) + 11 VERITY paid services (BTC price, web search, scrape, AI summarize/sentiment/translate, world state, domain intel, deep research, strategic alpha, integration). Sub-second settlement, no API keys, no chargebacks.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 9 of 9 tools scored. Lowest: 3.1/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a unique function—price, domain intel, integration, scrape, search, sentiment, summarize, translate, world state—with no overlap. An agent can clearly distinguish them by purpose.

Naming Consistency5/5

All tools use the 'verity_' prefix followed by a verb_noun pattern (e.g., verity_search, verity_translate), making naming predictable and consistent across the entire set.

Tool Count4/5

With 9 tools covering diverse utility functions, the count is reasonable for a general-purpose MCP server. It's slightly on the higher side but not excessive.

Completeness4/5

The tool set offers a broad range of common online tasks (search, scrape, translate, summarize, etc.) and fills typical needs for a paid API toolkit. Some niche capabilities could be added, but the surface is practical.

Available Tools

9 tools
verity_btc_priceAInspect

Real-time BTC price in USD, EUR, and BRL. 10 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description discloses real-time nature and cost per call ('10 sats per call'), which are important behavioral traits beyond schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with front-loaded purpose and cost; no unnecessary words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, description could mention return format (e.g., JSON object), but it lists currencies and cost; minimally viable for a simple price tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist; schema coverage is 100%. Baseline of 4 applies as description adds no parameter info needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it provides real-time BTC price in three specific currencies (USD, EUR, BRL), distinguishing it from sibling tools that cover other domains like search, sentiment, or translation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description does not explicitly state when to use or not use this tool versus alternatives, but the name and context imply it is for BTC price queries only, leaving usage guidance implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_domain_intelBInspect

WHOIS, DNS records, and SSL certificate intel for any domain. 500 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to analyze
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It only mentions a cost of '500 sats per call' but fails to disclose other relevant behaviors such as whether the operation is read-only, any authentication requirements, 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: one sentence conveying core functionality and cost with no unnecessary words. It is well-structured for quick comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the tool is simple with one parameter, the lack of an output schema and no information about return format, error handling, or domain validation limits completeness. The cost is mentioned, but more behavioral details would improve context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a single parameter 'domain'. The description adds 'any domain' but does not provide additional semantic details beyond what the schema already states, so it meets the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'WHOIS, DNS records, and SSL certificate intel for any domain', which clearly identifies the tool's specific function and distinguishes it from sibling tools like verity_btc_price or verity_scrape.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool versus alternatives. It lacks context on prerequisites, limitations, or situations where a different tool might be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_integrationBInspect

Generate a full l402-kit integration for any GitHub repository. 10000 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repo URL or owner/repo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The only behavioral trait disclosed is the cost (10000 sats per call). No details on what generating an integration entails (e.g., side effects, output format, permissions). With no annotations, the description should provide more transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus a cost note, with no unnecessary words. Every part contributes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool that generates an integration, the description lacks information about the output, side effects, or prerequisites. No output schema exists, so the description should compensate but does not.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents the 'repo' parameter. The description does not add extra meaning beyond the schema's 'GitHub repo URL or owner/repo'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific verb 'Generate' and the resource 'full l402-kit integration for any GitHub repository', distinguishing it from sibling tools like verity_search or verity_sentiment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The mention of '10000 sats per call' hints at cost but does not provide usage directives or exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_scrapeBInspect

Scrape any public URL and return clean markdown. 200 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL to scrape
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so description must fully disclose behavior. Only states it scrapes public URLs and returns clean markdown with a cost. Missing details on rate limits, redirect handling, JavaScript execution, size limits, or any other behavioral constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first states purpose, second states cost. No extraneous information. Highly concise and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one param and no output schema, the description is adequate but lacks detail on output format specifics, error handling, or usage limits. Could be more complete given the context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'url' is described in schema as 'URL to scrape'. Description repeats schema information without adding extra formatting or validation guidance. With 100% schema coverage, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it scrapes public URLs and returns clean markdown, with cost noted. Verb 'scrape' and resource 'public URL' are specific. However, it does not differentiate from sibling tools like verity_search or verity_summarize.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. No when-not-to-use conditions or prerequisite context provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_sentimentAInspect

Sentiment analysis with score and keywords. 30 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to analyze
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It mentions cost and output (score, keywords) but does not disclose error conditions, rate limits, or side effects. For a read-only analysis tool, this is adequate but not exemplary.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise: one sentence plus cost information. No unnecessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (1 parameter, no output schema, no nesting), the description is complete enough to understand its purpose and cost.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (text parameter documented). The description adds no additional meaning beyond 'Text to analyze', so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Sentiment analysis with score and keywords', which specifies the verb (analyze sentiment) and resource (text). It is distinct from sibling tools like verity_btc_price or verity_scrape.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. Only mentions cost (30 sats per call), but no context on prerequisites or use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_summarizeAInspect

AI summarization of up to 50k characters of text. 50 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to summarize
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds important context: the character limit and cost per call. However, it does not mention whether the tool is read-only, the output format, or processing time, which are minor omissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first states the core function with a limit, the second states the cost. It is front-loaded and contains no redundant information. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple input schema (one parameter with 100% description coverage) and no output schema, the description is fairly complete. It covers what the tool does, its constraints, and cost. Minor missing details like output format or language support do not significantly detract.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The parameter 'text' is described in the schema as 'Text to summarize', but the description adds a critical constraint: 'up to 50k characters'. This goes beyond the schema and provides useful semantic information for the agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function as 'AI summarization' of text, with a specific resource ('text') and a character limit. This distinguishes it from sibling tools like verity_sentiment (sentiment analysis) and verity_translate (translation).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a usage constraint ('up to 50k characters') and cost ('50 sats per call'), but does not explicitly state when to use this tool over alternatives or when not to use it. The usage context is implied but lacks explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_translateAInspect

AI translation to 11 locales, MDX-aware (preserves code blocks and URLs). 50 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to translate
formatNoInput format (default: plain)
localeYesTarget locale (e.g. es, zh, ar, pt, fr, de, ja, ko, hi, ru, it)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses key behaviors: AI translation, MDX preservation, cost of 50 sats, and locale list. It could mention if the operation is read-only or latency, but is fairly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with core functionality and key features (MDX-awareness, cost). No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters and no output schema, the description covers the essential purpose, target locales, cost, and special feature. Missing details like max text size or encoding, but not critical for basic use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds minimal parameter context beyond the schema (e.g., locale list is repeated). No additional detail on text length limits or format constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is an AI translation tool for 11 locales with MDX-awareness, distinguishing it from sibling tools like verity_btc_price or verity_scrape.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (translate text, especially MDX content) but does not explicitly say when not to use it or suggest alternatives. The context of sibling tools makes the use case clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verity_worldstateAInspect

UTC time, geolocation, and weather for any IP address. 80 sats per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipNoIP address (optional, defaults to caller IP)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses output types (UTC time, geolocation, weather) and cost, but omits details like rate limits, data freshness, error handling for invalid IPs, or privacy implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence plus a concise cost note. No filler, front-loaded with core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one optional parameter and no output schema, the description lists the three output categories (time, geolocation, weather) adequately. Lacks specifics on formats but sufficient for basic understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with one optional parameter 'ip'. Description adds 'any IP address' and default behavior, but does not elaborate on format or constraints. Baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it provides 'UTC time, geolocation, and weather for any IP address.' This verb+resource pairing is specific and distinguishes it from sibling tools like verity_btc_price or verity_sentiment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description mentions cost ('80 sats per call') but provides no explicit guidance on when to use this tool versus alternatives. It's implied for IP-based lookups, but no exclusions or context are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources