1Lookup
Server Details
Verify phone numbers, emails and IPs, and check remaining plan credits.
- Status
- Healthy
- OAuth
- Works in Glama
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 5 tools
Each tool targets a distinct resource or mode: single IP, phone, email, a batch operation, and account info. The bulk_verify tool is clearly differentiated from the single-item lookups by its batch scope.
Most tools follow a verb_noun pattern like get_account, validate_phone, and verify_email, but ip_lookup reverses the order and bulk_verify uses a modifier before the verb. The mix of verify, validate, and lookup verbs is also slightly inconsistent.
Five tools is a well-scoped set for a lookup/verification API: one account endpoint, three single-entity checks, and one bulk operation. Each tool has a clear purpose and none feel redundant.
The tool surface covers the core domain: phone, email, and IP verification are available both individually and via bulk_verify, and get_account supports operational planning around credits. No obvious dead ends or missing critical operations.
Available Tools
5 toolsbulk_verifyBulk validate phones, emails, or IPsARead-onlyInspect
Validate up to 50 phones, emails, or IPs in one call. Returns a per-item result array. Spends 1 credit per item.
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | What kind of values to validate | |
| values | Yes | Up to 50 values |
Output Schema
| Name | Required | Description |
|---|---|---|
| type | Yes | What kind of values were validated |
| total | Yes | How many values were submitted |
| failed | Yes | How many did not |
| results | Yes | One entry per submitted value, in the order submitted |
| succeeded | Yes | How many returned a result |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
It goes beyond the readOnly/destructive annotations by disclosing a material operational cost: 'Spends 1 credit per item.' It also notes the per-item result array, which is useful behavioral context even though an output schema 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?
Three short sentences deliver the core capability, the batch limit, the return shape, and the cost in order of importance. There is no redundant or filler content.
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 batch-validation tool, the definition covers what it does, the limit, the result shape, and the credit cost. The annotations and output schema fill in safety and return details; the only notable omission is explicit guidance on when to prefer single-item siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the input schema already documents both parameters, including the enum values and maxItems. The description adds little beyond restating the resource types and batch size, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Validate') with concrete resources (phones, emails, IPs) and a clear batch constraint (up to 50 in one call). This distinguishes it from single-item sibling tools like validate_phone and verify_email.
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 clearly implies bulk usage by saying 'in one call' and 'up to 50,' which helps an agent choose it over repeated single validations. However, it does not explicitly name alternative single-item tools 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.
get_accountGet account plan and creditsARead-onlyInspect
Get the 1Lookup organization's plan and remaining credits. Free, spends no credits. Call before a large run.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| user | No | The signed-in user |
| usage | No | Lookups and credits consumed, this period and all time |
| tokens | Yes | Credit balances, including total_available |
| api_key | No | Usage for the calling API key, empty for MCP callers |
| organization | Yes | The organization the credits belong to |
| subscription | No | Current plan, or null when there is no Stripe subscription |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond the readOnlyHint=true and destructiveHint=false annotations: 'Free, spends no credits.' This is valuable for an agent deciding whether to call the tool, though it does not disclose other potential details like rate limits or caching.
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, efficient sentence that front-loads the core purpose before adding the cost and usage notes. No filler or redundancy; every clause adds relevant information.
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 an output schema present and zero parameters, the description covers all necessary context: what is returned (plan and credits), the cost implication, and the recommended use case. Nothing an agent needs to call this tool correctly is missing.
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 schema already fully documents everything. The description does not need to add parameter details; the baseline for a zero-parameter tool applies here.
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 ('Get') and explicit resources ('plan and remaining credits') for a named entity ('1Lookup organization'). This clearly differentiates the tool from its siblings, which are all verification/lookup operations rather than account inspection.
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?
'Call before a large run' provides a clear, actionable trigger for using the tool. It does not explicitly name alternatives, but the account-focused purpose and mention of cost make it unambiguous when to invoke this tool versus the sibling verification tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ip_lookupLook up IP addressARead-onlyInspect
Look up an IP address: geolocation, connection type, and proxy/VPN/Tor/datacenter flags with a fraud/risk score. Spends 1 credit.
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address |
Output Schema
| Name | Required | Description |
|---|---|---|
| request | Yes | What was looked up, and when |
| insights | No | The detailed findings, grouped by theme |
| metadata | No | Call metadata, including credit cost |
| classification | No | Categorical verdicts, e.g. line type or deliverability status |
| recommendations | No | Suggested action, with a plain-language summary |
| risk_assessment | No | Fraud and risk scoring for this value |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint and destructiveHint annotations, the description discloses the kinds of data returned and the non-obvious cost of the call ('Spends 1 credit'). This gives the agent useful expectations about both the result content and the side effect of consuming a credit.
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 efficient sentence with no filler. It front-loads the core operation, then adds the return categories and cost. Every phrase contributes useful information.
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 IP lookup with an output schema present, the description adequately covers the operation, the kind of results returned, and the credit cost. Nothing essential is missing for an agent to invoke it 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 100%: the single 'ip' parameter is already documented as 'IPv4 or IPv6 address.' The tool description reinforces the parameter's role but does not need to add further detail. The baseline of 3 is appropriate because the schema already carries the semantic weight.
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 opens with a specific verb and resource, 'Look up an IP address,' and then enumerates concrete result categories: geolocation, connection type, proxy/VPN/Tor/datacenter flags, and fraud/risk score. This clearly differentiates it from sibling tools that handle phone/email verification or account/bulk operations.
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 intended use is clear from the resource itself: use it when an IP address needs enrichment or risk scoring. It does not explicitly list alternatives or exclusions, but the sibling set contains no competing IP-specific tool, so an agent can route to this tool without ambiguity. Mentioning that it 'Spends 1 credit' adds practical usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_phoneValidate phone numberARead-onlyInspect
Validate a phone number: confirms it is real and active, and returns line type, carrier, DNC status, and a fraud/risk score. Spends 1 credit.
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Phone number in E.164 or national format | |
| country | No | Optional ISO country code, e.g. US |
Output Schema
| Name | Required | Description |
|---|---|---|
| request | Yes | What was looked up, and when |
| insights | No | The detailed findings, grouped by theme |
| metadata | No | Call metadata, including credit cost |
| classification | No | Categorical verdicts, e.g. line type or deliverability status |
| recommendations | No | Suggested action, with a plain-language summary |
| risk_assessment | No | Fraud and risk scoring for this value |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, non-destructive behavior. The description adds non-obvious behavioral context beyond annotations: it spends 1 credit and returns specific attributes such as line type, carrier, DNC status, and fraud/risk score. This is useful operational transparency.
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 short, information-dense sentences. It front-loads the primary action, then states the outputs and the credit cost. No filler or redundant 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?
With an output schema present and annotations covering read-only safety, the description covers the essential behavior, return attributes, and cost. It lacks explicit routing to sibling tools like verify_email or bulk_verify, but this is a minor gap given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameters 'phone' and 'country' are already well documented in the input schema. The description does not add parameter-level detail, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource ('Validate a phone number') and defines what validation means: confirming it is real and active. It also lists distinctive outputs (line type, carrier, DNC status, fraud/risk score), which clearly differentiates it from email verification and IP lookup 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?
The description gives clear context for when to use the tool: whenever a phone number needs to be checked for validity, activity, and associated metadata. It does not explicitly name alternatives or exclusions, so it misses the top score, but the intended use is unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_emailVerify email addressARead-onlyInspect
Verify an email address: checks that it exists and is deliverable, and flags disposable, role-based, and risky addresses. Spends 1 credit.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to verify |
Output Schema
| Name | Required | Description |
|---|---|---|
| request | Yes | What was looked up, and when |
| insights | No | The detailed findings, grouped by theme |
| metadata | No | Call metadata, including credit cost |
| classification | No | Categorical verdicts, e.g. line type or deliverability status |
| recommendations | No | Suggested action, with a plain-language summary |
| risk_assessment | No | Fraud and risk scoring for this value |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnly and destructive hints, so the description adds meaningful behavioral context: the verification performs existence/deliverability checks and categories like disposable/role-based/risky. The 'Spends 1 credit' note adds cost behavior not present in annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with no fluff. Every sentence contributes: functional scope and cost. The information is front-loaded and easily scannable.
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 single-parameter tool with an output schema and annotations covering safety, the description sufficiently covers behavior and cost. 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?
Schema coverage is 100% and the email parameter already has a clear description. The tool description reinforces the purpose of the parameter but does not add new format or constraints beyond what the schema provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Verify') and resource ('email address') and further defines the action: checks existence, deliverability, and flags disposable, role-based, and risky addresses. This clearly differentiates it from sibling tools like validate_phone and bulk_verify.
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 single-address verification and mentions 'Spends 1 credit,' hinting at a per-address cost versus bulk_verify, but it does not explicitly state when to use this tool over bulk_verify or other alternatives. No exclusions or alternative routing is given.
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.
5 tool updates
- First observed
bulk_verify - First observed
get_account - First observed
ip_lookup - First observed
validate_phone - First observed
verify_email
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
Verify addresses, email addresses, and phone numbers with confidence scores.
Verify emails and domains for routing, disposable providers, role accounts, and SMTP risk.
Email, phone, domain, URL & OFAC verification; phishing and IBAN checks via x402.
Verify emails — deliverability, disposable/role/free detection, MX validity, domain age.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables MCP agents to verify email addresses using prepaid credits, with balance checks and receipt retrieval via a Streamable HTTP endpoint.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to verify email addresses and receive a 'send', 'hold', or 'kill' verdict with the reason, while also managing signup and credits programmatically.1MIT
- AlicenseAqualityFmaintenanceAI-powered threat verification across 6 channels: phone numbers, URLs, text messages, emails, documents, and QR codes. Analyzes threats against 10M+ intelligence records from FTC, FCC, URLhaus, ThreatFox, and community reports, returning risk scores, verdicts, and detailed signals.101MIT
- AlicenseNot gradedqualityCmaintenanceLets AI agents verify US phone numbers via the NumberBroom API, returning line type, carrier, activity score, and TCPA litigator status, plus checking credit balance.MIT