Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Query Intent Router Skill

FreeNot checked

GenPark query intent classification and routing navigation agent skill.

GitHubEmbed

About

GenPark query intent classification and routing navigation agent skill.

README

This repository contains the GenPark Query Intent Router Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (intent_router.py), and executable verification tests. It is designed to evaluate incoming user queries, classify intent categories based on keyword weighting models, and dispatch payloads to matched target endpoints.


🚀 Capabilities

  • Intent Match Scoring: Computes confidence ratios for custom keyword matches.
  • Smart Endpoint Fallbacks: Automatically routes unstructured queries to general fallback paths if confidence metrics fall below safety thresholds.
  • Registry Dispatching: Integrates with complex API microservices architectures for multi-agent environments.

🛠️ Setup & Installation

  1. Install dependencies:
    pip install -r requirements.txt
    

💻 SDK Usage Reference

from intent_router import IntentRouterClient

client = IntentRouterClient()

route = client.route_query(
    user_query="Can you find a cheap phone?",
    registry=[
        {"intent": "search", "target_endpoint": "https://api.genpark.ai/search", "keywords": ["find", "buy", "cheap"]}
    ]
)

print(f"Matched Intent: {route['matched_intent']}")
print(f"Dispatch URL: {route['dispatch_url']}")

📜 License

This project is licensed under the MIT License.

from github.com/alphaparkinc/genpark-query-intent-router-skill

Installing Genpark Query Intent Router Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-query-intent-router-skill

FAQ

Is Genpark Query Intent Router Skill MCP free?

Yes, Genpark Query Intent Router Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Query Intent Router Skill need an API key?

No, Genpark Query Intent Router Skill runs without API keys or environment variables.

Is Genpark Query Intent Router Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Query Intent Router Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Query Intent Router Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Query Intent Router Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs