Show JSON
{
"protocolVersion": "1.0",
"name": "Priorflow Intelligent Agent/Service Selector",
"description": "Priorflow Intelligent Agent/Service Selector — an agent-native service that discovers, ranks, and recommends the best MCP servers and A2A agents for a task under real constraints (cost, latency, reliability, specialization, autonomy, maturity). Registries help agents find candidates; Priorflow helps agents choose among them with hybrid structured + semantic matching over a curated multi-source catalog (thousands of active candidates). Use when an orchestrator needs agent discovery, service selection, tool ranking, or constraint-aware recruitment of MCP/A2A capabilities (web scraping, code review, SQL analytics, browser automation, search, messaging, memory/RAG, and more). Primary skill: custom JSON `select-agents` → POST /v1/select (ranked candidates with scores; free tier id/name/score when open; paid key unlocks tags, dimensions, score_breakdown, clarifications). Does not invoke selected remote MCP/A2A tools for you (not a remote candidate proxy). This host is NOT an MCP server (MCP adapter off). Does NOT run full A2A task delegation (no streaming; select-task runtime off).",
"author": "Vitaly Kantorovich ([email protected])",
"wellKnownURI": "https://agentopt.app/.well-known/agent-card.json",
"url": "https://agentopt.app/",
"version": "0.2.0",
"provider": {
"organization": "Vitaly Kantorovich ([email protected])",
"url": null
},
"documentationUrl": "https://agentopt.app/docs",
"iconUrl": null,
"supportsAuthenticatedExtendedCard": false,
"security": [],
"securitySchemes": {
"apiKey": {
"in": "header",
"name": "X-API-Key",
"type": "apiKey",
"description": "Paid-tier API key. Free tier works without a key (limited fields). Invalid keys are rejected."
}
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "select-agents",
"name": "Select Agents",
"description": "Rank MCP servers and A2A agents for a natural-language task or capability need from the internal curated catalog. Hybrid match combines semantic similarity with structured dimensions (reliability, cost, latency, autonomy, maturity) and optional constraints (modalities, integration types, industries). Call POST /v1/select with JSON body `{query, top_n?, constraints?, weights?, caller_agent?}`. Returns ordered candidates with scores for the caller to select from. Each score is absolute hybrid fit on a 0–1 scale (higher is better; 0.55 usable, 0.72+ strong) — not a relative rank. Free tier (when enabled): id, score, score_band, name. Paid tier (X-API-Key): tags, dimensions (0–1, higher always better; cost higher = cheaper, latency higher = faster), score_breakdown, recommendation, clarifications, source_url. Requires non-empty User-Agent on free calls. Does not invoke the selected remote MCP/A2A tools for you.",
"tags": [
"agent-selector",
"service-selector",
"agent-discovery",
"agent-ranking",
"service-ranking",
"tool-discovery",
"mcp-discovery",
"a2a-discovery",
"mcp",
"a2a",
"matching",
"hybrid-matching",
"semantic-search",
"constraint-based",
"cost-aware",
"latency-aware",
"reliability",
"multi-agent",
"orchestration",
"recruitment",
"catalog-search",
"select-agents"
],
"examples": [
"Find a reliable MCP server for structured web scraping of product pages",
"Recommend a low-latency code review agent with high reliability",
"Which agents can do SQL analytics over CSV uploads and databases?",
"Rank headless browser automation tools for website testing",
"Select an MCP integration for GitHub repository tools and PRs",
"Find Slack messaging agents suitable for multi-agent orchestration",
"Recommend web search APIs for AI agents under cost and latency constraints",
"Which catalog candidates provide long-term memory or RAG knowledge bases?",
"Rank calendar scheduling and meeting management agents by maturity",
"Select filesystem MCP servers for local file read/write workflows"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "describe-catalog",
"name": "Describe Catalog",
"description": "Describe the curated MCP/A2A candidate catalog and the structured matching dimensions callers can weight (reliability, cost, latency, autonomy, maturity, modalities, integration types). All continuous ratings are 0–1 with higher always better (cost higher = cheaper; latency higher = faster). Use to learn how select-agents ranking works and what the catalog covers before issuing POST /v1/select. Live size also via GET /ready.",
"tags": [
"catalog",
"metadata",
"discovery",
"dimensions",
"matching-weights",
"mcp",
"a2a",
"agent-catalog"
],
"examples": [
"What dimensions can I weight when selecting agents?",
"How large is the catalog and what integrations are covered?",
"Which structured constraints does hybrid matching support?",
"Explain free vs paid select response fields for orchestration"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "290e288f-8c76-4216-af4e-7b0eabd678c2"
}