factanker
Server Details
Citable facts from official US sources: SEC filings, gov contracts, banks, nonprofits. No key.
- 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 3.8/5 across 3 of 3 tools scored.
get_facts and search_facts both return facts, but one is entity-specific retrieval and the other is full-text search across names and predicates. lookup_entity is clearly distinct. The descriptions make the boundary clear, though an agent might initially confuse get_facts with search_facts.
All tools follow a consistent snake_case verb_noun pattern (get_facts, lookup_entity, search_facts). The verbs are distinct and the nouns accurately describe the target.
3 tools is within the ideal range for a focused fact-retrieval server. Each tool serves a distinct core need: entity lookup, fact retrieval, and fact search. No unnecessary tools.
The set covers the main query workflows: find an entity, get its facts, or search across facts. A minor gap is the lack of a direct way to fetch metadata about an entity or list available predicates, but for typical fact retrieval this is sufficient.
Available Tools
3 toolsget_factsAInspect
Alle aktuell gültigen, belegten Fakten einer Entität — jede Antwort mit Quelle, Fundstelle (z.B. SEC-Accession-Number), Zeitbezug, Abrufzeitpunkt, Lizenz und zitierfähiger fact_url. Optional auf ein Prädikat gefiltert (z.B. 'revenue', 'total_assets').
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| predicate | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that facts are currently valid and substantiated, and enumerates the response fields (source, location, time reference, retrieval time, license, fact_url), which is substantial behavioral context. It does not mention edge cases or rate limits, but for a read tool, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and well-structured: two sentences. The first sentence states the core output and enumerates the metadata fields, the second adds the optional filter. Every word contributes value without fluff.
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 has only two parameters and no output schema, the description is quite complete. It explains the response contents, the optional filter, and the scope ('currently valid'). It still lacks details on pagination, error behavior, or limits, but these are not critical for a fact-fetching tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides no descriptions for the two parameters, and the description compensates by explaining that 'entity' is the entity whose facts are returned and that 'predicate' is an optional filter with concrete examples ('revenue', 'total_assets'). It does not specify the exact format for entity, but adds meaningful clarity beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns all currently valid, documented facts for an entity, with optional predicate filtering. It is specific about the resource (facts of an entity) and includes response details, but lacks an explicit verb like 'retrieve' or 'list' and does not directly distinguish from sibling 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 implies usage: call this tool to get facts for a specific entity, optionally filtered by predicate. However, it does not explicitly discuss when to use this tool versus lookup_entity or search_facts, leaving the differentiation to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_entityAInspect
Findet Entitäten im FACTANKER-Register über Namen oder IDs. IDs schlagen Namen — bevorzugt 'cik:0000936468', 'lei:...', 'ein:...', 'uei:...', 'qid:Q7240'. Liefert alle bekannten Register-Anker je Entität.
| Name | Required | Description | Default |
|---|---|---|---|
| name_or_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It mentions that all known register anchors are returned, which is useful, but it doesn't disclose potential side effects, rate limits, or error behavior. It's adequate but not rich.
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, two sentences, and front-loaded with the core purpose. Every sentence adds value, no fluff.
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, no output schema), the description is fairly complete. It explains the input format and what is returned. However, it lacks details on error cases or how to interpret the output, which could be important for an agent.
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 only one parameter with 0% description coverage, so the description must compensate. It explains that name_or_id can be a name or an ID with specific formats, which adds meaning beyond the bare schema. However, it doesn't specify the expected format for names or how to handle ambiguous inputs.
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 finds entities in the FACTANKER register by name or ID, and specifies the ID formats. It distinguishes from siblings by focusing on entity lookup rather than facts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides guidance on preferring IDs over names and lists specific ID formats, which helps the agent choose the right input. However, it doesn't explicitly contrast with sibling tools like get_facts or search_facts, so it's not a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_factsAInspect
Volltextsuche über Entitätsnamen und Prädikate; liefert die jüngsten passenden belegten Fakten inkl. Provenienz.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses that results are the most recent matching facts and include provenance, adding helpful behavioral context. However, it does not mention read-only semantics, pagination, or sorting details beyond 'jüngsten'.
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 unnecessary words. It efficiently conveys the core purpose and return value.
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 only two parameters and no output schema. The description covers the search scope and return content but lacks usage guidelines and parameter details for 'limit'. Given the lack of annotations, it is minimally sufficient but has gaps.
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 gives semantic meaning to the 'query' parameter by stating it searches over entity names and predicates, but it does not describe the 'limit' parameter. Since schema coverage is 0%, the description only partially compensates for parameter 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 clearly states it performs full-text search over entity names and predicates, returning recent matched facts with provenance. This distinguishes it from sibling tools like lookup_entity (entity lookup) and get_facts (fact retrieval).
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 its use for searching by free-text across entity names and predicates, but it does not explicitly state when to prefer it over siblings or mention exclusion criteria. No alternative tools are named.
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
- Flicense-qualityDmaintenanceReturns verified financial data (SEC EDGAR & FRED) with machine-readable citations. Guaranteed zero hallucinations for AI agents.
- Alicense-qualityCmaintenanceProvides free SEC filing fundamentals for US public companies, including financial statements, 10-K/10-Q summaries, and 8-K event histories. No API key or signup required.MIT
- AlicenseAqualityBmaintenanceMCP server providing access to U.S. government primary-source records, fact-checks, news search, and trackers, with cross-referenced entity data and source links.458MIT
- AlicenseBqualityCmaintenanceQuery 20 structured datasets from AI agents — healthcare providers (9M NPI records), SEC EDGAR filings, PACER federal courts, USPTO patents and trademarks, OFAC sanctions screening, crypto whale wallets, DeFi liquidation signals, Polymarket smart money, economic indicators (FRED/BLS), federal contracts, NOAA weather, and OTC shell risk scoring. Pay per query, no subscriptions751MIT