AI SDK dependency scanner
Which AI SDKs, agent frameworks and MCP libraries does this project pull in? Paste a dependency file and find out, including which ones aren't pinned to an exact version.
Nothing leaves your browser. The page is blocked from making network requests.
What it recognises
54 packages (21 npm, 27 Python, 6 Go): model clients (OpenAI, Anthropic, Google Gemini, Mistral, Cohere, Groq, AWS Bedrock, Azure OpenAI and others), agent frameworks (LangChain, LlamaIndex, CrewAI, AutoGen, OpenAI Agents SDK, Semantic Kernel, Pydantic AI and others) and MCP libraries.
Why it matters
Every AI SDK in a codebase is a place where an agent or an AI feature can appear without anyone registering it, holding its own keys and permissions. Knowing which projects use which providers is the first step to giving each one an owner.
Unpinned versions
A range like ^4.67.0 or >=1.0 lets a new release in on the next install. For SDKs that hold credentials and call external services, pin exact versions and update deliberately.