MCP-researcher Server

by DaInfernalCoder
Verified

find_apis

Find and evaluate APIs that could be integrated into a project

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context about the project or specific needs
requirementYesThe functionality or requirement you're looking to fulfill

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context about the project or specific needs", "type": "string" }, "requirement": { "description": "The functionality or requirement you're looking to fulfill", "type": "string" } }, "required": [ "requirement" ], "type": "object" }