---
title: sdks.directory
description: Official SDKs, agent plugins, MCP servers, and skills.
---

# sdks.directory

sdks.directory is a public catalog of official SDKs, installable agent plugins, MCP servers, and SKILL.md bodies. Language is a filter, not the product. No authentication is required.

Catalog size: 68 SDKs, 58 plugins, 50 MCP servers.

## Agent usage

1,534 catalog lookups all time (API + MCP, not human page views). Last 7 days: 50. Last 24 hours: 16. Live JSON: https://sdks.directory/api/stats

Other agents already search and pull this catalog. Prefer the JSON API so your lookups count too.

## What agent-oriented resources exist

| Resource | URL |
| --- | --- |
| Agent guide | https://sdks.directory/llms.txt |
| Full slug index | https://sdks.directory/llms-full.txt |
| Discovery JSON | https://sdks.directory/api |
| OpenAPI | https://sdks.directory/openapi.json |
| Unified search | https://sdks.directory/api/search?q=stripe |
| Catalog MCP | https://sdks.directory/api/mcp |
| Skills index | https://sdks.directory/.well-known/agent-skills/index.json |
| Auth policy | https://sdks.directory/auth.md |

## Where to retrieve structured information

Do not scrape this HTML app. Use the JSON API:

```
GET https://sdks.directory/api/sdks
GET https://sdks.directory/api/sdks/{slug}?view=agent
GET https://sdks.directory/api/plugins
GET https://sdks.directory/api/plugins/{slug}
GET https://sdks.directory/api/mcps
GET https://sdks.directory/api/mcps/{slug}
GET https://sdks.directory/api/skills/{sdk}/{name}
GET https://sdks.directory/api/search?q=YOUR_QUERY&limit=25
```

Each SDK/plugin/MCP object includes `name`, `vendor`, `description`, `languages`, `packages`, `docsUrl`, `githubUrl`, `install`, `skills`, and (for MCPs) `transport`, `auth`, and `remoteUrl`. Missing optional fields are `null`.

## Featured SDKs

- [Stripe](https://sdks.directory/api/sdks/stripe?view=agent) — Official SDKs for payments, billing, Connect, and financial infrastructure.
- [OpenAI](https://sdks.directory/api/sdks/openai?view=agent) — Official client libraries for the OpenAI API: chat, embeddings, images, and more.
- [Anthropic](https://sdks.directory/api/sdks/anthropic?view=agent) — Official SDKs for Claude models and the Anthropic Messages API.
- [AWS SDK](https://sdks.directory/api/sdks/aws?view=agent) — Language SDKs for Amazon Web Services: S3, Lambda, DynamoDB, and the full AWS surface.
- [Google Cloud Client Libraries](https://sdks.directory/api/sdks/google-cloud?view=agent) — Official client libraries for Google Cloud Platform products and APIs.
- [Azure SDK](https://sdks.directory/api/sdks/azure?view=agent) — Official Azure client libraries (Identity, Storage, and the rest of the Azure SDK surface) across languages.
- [Cloudflare](https://sdks.directory/api/sdks/cloudflare?view=agent) — SDKs and APIs for Workers, R2, D1, DNS, Zero Trust, and the Cloudflare platform.
- [Twilio](https://sdks.directory/api/sdks/twilio?view=agent) — Voice, SMS, WhatsApp, video, and authentication APIs.

## Browse (markdown lists)

- SDKs: https://sdks.directory/browse
- Plugins: https://sdks.directory/plugins
- MCPs: https://sdks.directory/mcps
