This script will take a list of MCP Server descriptions and categorise them into industries and subtypes.
🚨 NOTE: The script is not production ready and is provided as-is. It is recommended to use it as a starting point and to modify it to suit your needs. 🚨
-
The list of MCP Servers is an extract from modelcontextprotocol/server's Official Integrations and is found in this repo at
mcp_servers.md. -
The script will read the
mcp_servers.mdfile, and process it using Anthropic's Claude batch API, using search if deemed necessary. -
The script does not fetch the results. You can download it from the console or via Anthropic's API.
-
Once you have the resulting
jsonlfile, include it in the root dir and re-run the script. It will produce anout.jsonfile as the one present in this repo.