Skip to main content
Glama

European IP Data & Analytics — IPRATE

Server Details

Free anonymous selections from released European IP profiles, rankings, and market statistics.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mkiskis/iprate-free-mcp
GitHub Stars
0

Available Tools

4 tools
find_ip_representativesFind published IP representativesA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoRepresentative name fragment, matched against released profile identities.
tierNoOptional released national or European route.
limitNoMaximum results; hard maximum five.
windowNoOptional released long or recent analytical window.
right_typeNoIP right type.
client_nameNoNamed client to match against leading-client evidence already public on profiles.
jurisdictionNoISO 3166-1 alpha-2 jurisdiction code, or EU for the European route.
nice_classesNoOne to five Nice class numbers; trademark only.
representative_typeNoReturn firms, attorneys, or both.both

TDQS

A3.8/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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 snapshotA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tierYesReleased national or European route.
windowYesReleased long or recent analytical window.
right_typeYesIP right type.
jurisdictionYesISO 3166-1 alpha-2 jurisdiction code.

TDQS

A4.4/5.0
Behavior5/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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 coverageA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tierNoOptional released national or European route.
right_typeNoOptional IP right type.
jurisdictionNoOptional ISO 3166-1 alpha-2 code, or EU for the European route.

TDQS

A3.6/5.0
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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 profileA
Read-onlyIdempotent
Inspect

Return the bounded public evidence profile for one published IP firm or attorney. Provide exactly one numeric representative_id or public profile slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNoExact public IPRATE profile slug.
representative_idNoPublished representative numeric ID.
representative_typeNoDisambiguates an identifier shared by firm and attorney profiles.

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Bid/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.
    4
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.