European IP Data & Analytics — IPRATE
Server Details
Free anonymous selections from released European IP profiles, rankings, and market statistics.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mkiskis/iprate-free-mcp
- GitHub Stars
- 0
Available Tools
4 toolsfind_ip_representativesFind published IP representativesARead-onlyIdempotentInspect
Find up to five firms or attorneys from the selected static release. Use this for a name, jurisdiction, right type, released leading Nice class, or released leading-client match. At least one filter is required.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Representative name fragment, matched against released profile identities. | |
| tier | No | Optional released national or European route. | |
| limit | No | Maximum results; hard maximum five. | |
| window | No | Optional released long or recent analytical window. | |
| right_type | No | IP right type. | |
| client_name | No | Named client to match against leading-client evidence already public on profiles. | |
| jurisdiction | No | ISO 3166-1 alpha-2 jurisdiction code, or EU for the European route. | |
| nice_classes | No | One to five Nice class numbers; trademark only. | |
| representative_type | No | Return firms, attorneys, or both. | both |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint=false, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful context about the static-release scope and the five-result cap, but it does not explain how multiple filters combine or what 'selected static release' means in operational terms.
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 tight sentences accomplish everything: the first states the verb, resource, and cap; the second lists supported filters and the mandatory-filter rule. There is no filler or redundancy.
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 tool, the description covers the essential behavior: scope, result cap, listed filter dimensions, and the at-least-one-filter requirement. It does not describe return format or filter combination semantics, but no output schema exists and the parameters are fully documented in the 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 100%, so the baseline is 3. The description restates several filter categories but does not add semantic details beyond what the schema already provides, such as the 'trademark only' constraint on nice_classes or the hard maximum of five results.
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 ('Find') and resource ('firms or attorneys') and scopes it to the selected static release, which makes the core purpose clear. It even enumerates the supported match criteria. It does not explicitly differentiate from sibling get_ip_representative_profile, but 'find up to five' versus 'profile' makes the search intent reasonably distinct.
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 concrete use cases: name, jurisdiction, right type, released leading Nice class, or released leading-client match. It also states the non-obvious constraint that at least one filter is required. It does not name when not to use this tool or point to a sibling alternative, so it stops short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ip_market_snapshotGet a European IP market snapshotARead-onlyIdempotentInspect
Return one already-computed static cohort snapshot and up to five leading released firms. No dates, raw records, SQL, arbitrary grouping, or free-form question are accepted.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | Released national or European route. | |
| window | Yes | Released long or recent analytical window. | |
| right_type | Yes | IP right type. | |
| jurisdiction | Yes | ISO 3166-1 alpha-2 jurisdiction code. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond that: the result is already computed and static, at most five leading firms are returned, and only released cohort snapshots are provided. This gives the agent a clear model of what will happen when invoked.
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 dense sentence that front-loads the core behavior and follows with explicit constraints. Every phrase earns its place, and there is no redundant restating of the title or schema.
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 invocation, the description is complete: all required parameters are covered by the schema, the tool is safe and idempotent per annotations, and the description states the output shape. Without an output schema, it would be slightly stronger to describe snapshot fields, but the high-level return is sufficient for selection and calling.
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 schema carries the parameter meaning. The description adds global constraints such as 'No dates, raw records, SQL, arbitrary grouping, or free-form question are accepted,' which mildly clarifies the spirit of the parameters but does not substantially elaborate on any individual parameter 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 states a specific verb and resource: it returns one precomputed static cohort snapshot and up to five leading released firms. It also draws clear boundaries by listing what is not accepted, which distinguishes it from open-ended data query 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 clearly communicates when this tool is appropriate: when the user wants a ready-made snapshot rather than raw records, arbitrary grouping, SQL, or a free-form question. It stops short of naming sibling tools as alternatives, so it is explicit about when not to use it but not about what to use instead.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_iprate_coverageCheck IPRATE data coverageARead-onlyIdempotentInspect
Explain which static release cohorts support a jurisdiction and IP-right question. Returns held, partial, or not-covered state, release assets, counts, fields, and incidents.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Optional released national or European route. | |
| right_type | No | Optional IP right type. | |
| jurisdiction | No | Optional ISO 3166-1 alpha-2 code, or EU for the European route. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the return spectrum (held, partial, not-covered) and lists returned elements (release assets, counts, fields, incidents), which is useful but does not disclose additional behavioral traits like authentication requirements or error conditions. With annotations carrying the safety burden, this is a solid 3.
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 sentence that front-loads the primary purpose and then lists the return contents concisely. It is information-dense without rambling, though it could be split for easier scanning. This is efficient and earns a 4.
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 0 required parameters and no output schema, but the description clearly explains what it returns (state, assets, counts, fields, incidents) and the domain (static release cohorts, jurisdiction, IP-right). It does not specify behavior when no parameters are supplied, but for a read-only, idempotent tool with simple optional inputs, this is near complete. A 4 reflects the minor gap.
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 schema already documents all three parameters (tier, right_type, jurisdiction) with enums and ISO code guidance. The tool description adds no additional parameter information, so it stays at the baseline of 3 for high schema coverage.
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 clear verb ('Explain') and specific resource ('static release cohorts') plus the scope ('jurisdiction and IP-right question'). It distinguishes from siblings (find_ip_representatives, get_ip_market_snapshot, get_ip_representative_profile) by its focus on coverage, but does not explicitly name them. This is clear but lacks explicit differentiation, so a 4 is appropriate.
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 a clear usage context: it is for when an agent needs to understand coverage for a jurisdiction and IP-right question. It does not mention alternatives or exclusions, but the context is specific enough to guide selection. This fits the 'clear context, no exclusions' level.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ip_representative_profileGet a public representative evidence profileARead-onlyIdempotentInspect
Return the bounded public evidence profile for one published IP firm or attorney. Provide exactly one numeric representative_id or public profile slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Exact public IPRATE profile slug. | |
| representative_id | No | Published representative numeric ID. | |
| representative_type | No | Disambiguates an identifier shared by firm and attorney profiles. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the operation as read-only, idempotent, and non-destructive. The description adds useful context about public/published data and 'bounded' scope, though it does not define what 'bounded' means or mention error/rate-limit 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?
Two tight sentences with no filler. The main purpose is front-loaded, and the second sentence conveys the essential input constraint without wasting words.
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 read-only profile getter with fully documented parameters and robust annotations, the description covers the critical input rule. It could be more complete by clarifying what 'bounded' means and what the returned profile includes, especially since there is 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 100%, so parameters are already documented. The description adds the crucial 'exactly one' exclusivity constraint that the schema does not express, plus the numeric qualifier for representative_id. It does not discuss representative_type, but the schema enum handles that.
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?
States a specific verb ('Return') with a clear resource ('public evidence profile') and scope ('one published IP firm or attorney'). This distinguishes it from sibling tools like find_ip_representatives, which implies search/list behavior.
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 instruction to 'Provide exactly one numeric representative_id or public profile slug' gives clear invocation context for a known identifier. However, it never explicitly names alternatives or says when not to use this tool, leaving comparison with siblings implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Patent search and company IP portfolio data
AI-optimized patent data marketplace providing structured JSON datasets.
Global patent search, briefs, similarity, citations and landscape stats. Strong China coverage.
AI-powered patent intelligence for search & analysis
Related MCP Servers
AlicenseAqualityAmaintenanceBid/no-bid intelligence for EU public tenders, built on 592,000 real TED contract awards: competition density, price corridor, SME fit and beachhead ranking. Free guest access; an API key unlocks the live board.4MIT- -licenseNot gradedqualityNot gradedmaintenanceEnables trademark clearance and research across EU and Benelux registers, plus company, group-structure, and EU VAT lookups, all through free public sources without API keys.
- FlicenseNot gradedqualityDmaintenanceEnables comprehensive patent information queries and analytics including fuzzy company search, patent search by various criteria (name, application number, applicant), and statistical analysis of patent portfolios including status distribution, application trends, and patent type classification.28
- FlicenseNot gradedqualityBmaintenanceUS patent search, full-text retrieval, claim extraction, citation graph, and weekly grant alerts for R\&D, biotech, and IP-law audiences.
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool addresses a distinct query type: coverage discovery, representative search, single profile retrieval, and market snapshot. No two tools appear to overlap in purpose, and their required inputs make selection unambiguous.
All tool names follow a consistent snake_case verb_noun pattern, using 'get_' for retrieval and 'find_' for search. The noun components clearly identify the target resource: ip_representatives, ip_market_snapshot, iprate_coverage, and ip_representative_profile.
Four tools is a tight, well-scoped set for a read-only IP analytics server. Each tool earns its place and there are no redundant or filler tools.
For a static-release analytics server, the surface covers the full read-only workflow: determine coverage, search representatives, fetch a detailed profile, and obtain a market snapshot. Missing CRUD operations are not gaps because the server is explicitly bounded to published static cohorts.