You're viewing a demo portfolio

Join the waitlist
PRSM

denue_search_in_state

Active

Tool of Denue

declared in 0.1.0

Search businesses in a single Mexican state by keyword — matches against name, activity, or address. Use this for state-scoped queries that need more than just business name (e.g., "panaderia", "ferreteria"). Returns paginated results.

Parameters schema

{
  "type": "object",
  "required": [
    "keyword",
    "state_code"
  ],
  "properties": {
    "keyword": {
      "type": "string",
      "description": "Search term — matches name, economic activity description, or address text."
    },
    "page_end": {
      "type": "number",
      "description": "Last record (default page_start + 24)"
    },
    "page_start": {
      "type": "number",
      "description": "First record (1-based, default 1)"
    },
    "state_code": {
      "type": "string",
      "description": "Two-digit state code \"01\"-\"32\" (required — use denue_search_by_name with \"00\" for nationwide)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Denue

https://github.com/pipeworx-io/mcp-denue

2/7 registries
View full server →