company-technographics
Server Details
Search 760K+ companies by technographics with direction of change: adopting, replacing, evaluating
- 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.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: resolving a specific company, listing all technologies, or searching companies by technologies. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case (get_company_by_domain, list_technologies, search_companies_by_technologies), making them predictable and easy to understand.
With 3 tools, the server is appropriately scoped for its purpose of providing technographic data. Each tool is essential and covers the primary operations needed.
The tool surface covers all obvious needs: retrieving company profiles, exploring the technology catalog, and searching for companies using specific technologies. There are no apparent gaps for a read-only technographics server.
Available Tools
3 toolsget_company_by_domainGet company profile by domainARead-onlyIdempotentInspect
Resolve a company domain (e.g. 'walgreens.com') to its full profile: firmographics, hiring stats, and the technology stack with adoption context (using / adopting / replacing / evaluating).
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Company primary domain |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent behavior. The description adds valuable context about the output contents (firmographics, hiring stats, tech stack adoption context), aligning with the annotations. No contradictions.
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?
Single sentence with no filler. Action is front-loaded ('Resolve a company domain'), includes a concrete example, and lists output categories concisely. Every word serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, read-only, idempotent) and the descriptive content covering input and output categories, the description is complete. No output schema is needed as the list of return categories suffices.
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% for the single parameter 'domain'. The description adds clarity with an example ('walgreens.com') and explains that the domain is resolved to a full profile, which enhances meaning beyond the schema description.
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 specific verbs ('Resolve a company domain') and clearly distinguishes from siblings: it returns a full profile (firmographics, hiring stats, tech stack) while siblings focus on technology lists or searches. No ambiguity.
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 when a domain is known, but lacks explicit when-not-to-use or alternatives. Sibling tools are mentioned in context signals but not in the description, so guidance is only implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_technologiesList tracked technologiesARead-onlyIdempotentInspect
Catalog of all technologies in the dataset with per-technology company counts. sort='count' (most used first) or 'name'.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | count | |
| page_size | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly and idempotent behavior. The description adds transparency about sorting behavior and output structure (company counts), which goes beyond 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?
The description is extremely concise with no extraneous words. It gets straight to the point and fits in a single sentence.
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?
While the description covers the core purpose and sorting, it omits pagination behavior and does not fully describe the output format. Given the schema provides parameter details, some 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 description explains the 'sort' parameter's enum values but does not cover 'page' or 'page_size'. With 0% schema description coverage, partial compensation is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists all technologies in the dataset and provides per-technology company counts. It distinguishes itself from sibling tools that focus on companies rather than technologies.
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 browsing technologies but does not explicitly state when to use this tool versus alternatives. No exclusions or when-not guidance are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_companies_by_technologiesSearch companies by technologiesARead-onlyIdempotentInspect
Find companies using the given technologies, ranked by usage. Names are case-insensitive ('snowflake' == 'Snowflake'); 10,000+ technologies are tracked (use list_technologies to explore). match='any' needs at least one technology, 'all' needs every one.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| match | No | any | |
| page_size | No | ||
| technologies | Yes | Technology names, e.g. ["Snowflake", "dbt"] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint. The description adds that results are ranked by usage, names are case-insensitive, and match modes determine filtering logic. This goes beyond annotations by explaining sorting and search behavior without contradiction.
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 sentences: the first clearly states the core purpose with ranking, the second provides essential usage notes. Every sentence adds value, no fluff. Front-loaded with the primary 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?
The tool has no output schema, but as a search tool, the description adequately covers input semantics and behavioral notes (case, match modes, exploration with list_technologies). It lacks details about output format or pagination, but given the context signals and the straightforward nature of the tool, it is sufficiently complete.
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 only 25% (only technologies parameter has a description). The description compensates by explaining case-insensitivity for technologies, the two match modes, and that list_technologies can discover available technologies. This adds meaning beyond the schema's enum definitions and defaults for page, page_size, and match.
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 verb 'Find' and the resource 'companies by technologies', and mentions ranking by usage. It distinguishes from sibling tools: get_company_by_domain retrieves a single company, list_technologies lists available technologies. A specific verb+resource with differentiation.
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 explains case-insensitivity, the scope of technologies tracked (10,000+), and suggests using list_technologies to explore. It also clarifies match modes: 'any' requires at least one technology, 'all' requires every one. This provides clear context for when and how to use the tool, though it does not explicitly 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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceDetects a company's technology stack from its public web presence. Returns structured tech signals for sales targeting and competitive analysis.1991MIT

echolocofficial
AlicenseAqualityBmaintenanceCompany technographics: search 760,000+ companies by the technologies they use — with direction of change (adopting / replacing / evaluating) — enrich any domain with firmographics and hiring signals, and browse a 10,000+ technology catalog. Remote server at https://api.echoloc.ai/mcp (Streamable HTTP); free API key: 100 requests/month, no card. Docs: https://echoloc.ai/for-agents3MIT- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.1761MIT
- Alicense-qualityBmaintenanceVerified, long-tail company search: describe what you want, get an LLM-verified company shortlist.1MIT