You're viewing a demo portfolio

Join the waitlist
PRSM

platform_tool_finder

Active

Tool of Inferventis — Financial Data, News & Web MCP

declared in 1.0.0

Discovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-v2 embeddings). Accepts a plain-English description of what needs to be accomplished and returns the best matching tools ranked by relevance, along with their input schemas, pricing tier, and exact call instructions. Use this tool first when you are connected to this server but do not know which specific tool to call — describe your goal and let platform_tool_finder identify the right capability. Do not use this tool if you already know the tool name — call that tool directly instead. Returns up to 10 results ranked by semantic similarity score.

Parameters schema

{
  "type": "object",
  "required": [
    "intent"
  ],
  "properties": {
    "top_k": {
      "type": "number",
      "description": "How many ranked results to return. Integer between 1 and 10. Defaults to 3. Use a higher value when the best tool is ambiguous."
    },
    "intent": {
      "type": "string",
      "description": "Plain-English description of what you need to accomplish. Be specific about the goal, not the tool name. Example: 'I need to convert 500 dollars to euros at the current exchange rate' or 'get the latest technology news headlines'."
    },
    "model_hint": {
      "type": "string",
      "description": "Optional: the name of the calling LLM model. Examples: claude, gpt-4, gemini. Used to apply model-specific manifest variant ranking when available. Omit if unknown."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Inferventis — Financial Data, News & Web MCP

https://github.com/Bankee-ai/inferventis-tools

1/7 registries
View full server →
platform_tool_finder — Inferventis — Financial Data, News & Web MCP — PRSM MCP