Fetch an MCP server's README to extract configuration details like install commands, transport type, environment variables, and usage examples. Useful for servers not fully documented in the registry.
Analyze a project directory to identify its tech stack and get recommendations for MCP servers that integrate with it. Checks already installed servers to show what's missing.
Install an MCP server package, add it to your client configuration, and validate it works. Supports npm, pip, Docker, and HTTP transport servers. Performs preflight checks with dry-run option to avoid broken configs.
A step-by-step guide and complete working example for building and running an MCP server with streamable HTTP transport using Python, mcp, and FastAPI, enabling AI assistants to access tools over HTTP.
Identify which monitored MCP servers depend on a given npm package. Use during incident response to assess blast radius and determine impact across your infrastructure.
Tests OAuth token validation for HTTP/SSE MCP servers by sending requests with missing, invalid, and expired JWT tokens, flagging servers that accept unauthenticated or invalid requests.
Discover available resources from an MCP server by specifying target and transport type. Use to inspect data and content exposed by target servers for debugging and integration purposes.
Recommends MCP servers by filtering with AgentForge Trust Scores based on a natural-language use case, using semantic search and trust criteria to find reliable servers.