You're viewing a demo portfolio

Join the waitlist
PRSM

ftg_country_regulations

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Return import, trade and production regulations for a country — category, title, summary and source. When to use this tool: an agent checks regulatory or compliance requirements before trading or producing in a market. Input: a country, with an optional category.

Parameters schema

{
  "type": "object",
  "required": [
    "country"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1
    },
    "country": {
      "type": "string",
      "description": "Country ISO code or name"
    },
    "category": {
      "type": "string",
      "description": "Optional regulation category filter"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →