mcp-server-cloudflare
mcp-server-cloudflare copied to clipboard
Add more Radar tools
Add tools to retrieve information about:
- Layer 3 attacks
- Internet services ranking
- Internet speed
- DNS
- Email Routing
- Email Security
Created the resolveAndInvoke function to resolve and invoke a method from the TS library dynamically based on the provided slugs. This is useful for Radar because, for each dataset, we have many different endpoints (one for each dimension and data format). This approach allows us to create only one tool per dataset, as creating a tool for each endpoint seems excessive. I'm not sure if this is the best approach, and I'm open to suggestions on how to improve it. Also, I tried to improve the typing for that method, but I'm having a hard time.