All Use Cases

Claude Code setups for API development

REST, GraphQL, OpenAPI, SDK generation. Skills, agents, plugins, and MCP servers that help Claude Code design, document, and implement APIs end-to-end — from spec to typed client to webhook receiver.

571 items across skills, agents, plugins, MCP servers, prompts, hooks, and guides.

Example prompts

Concrete things you can type into Claude Code for api development. Each example uses a real skill, agent, slash command, hook, or MCP server listed below.

  1. Scaffold a REST API from an OpenAPI spec
    Use the api-developer agent to scaffold endpoints, types, and tests from openapi.yaml.
  2. Generate a typed TypeScript SDK
    Use the api-docs skill output to generate a typed client with zod schemas and request retries.
  3. Stub a Stripe webhook receiver
    Add POST /webhooks/stripe with signature verification, idempotency, and tests for the payment_intent.succeeded event.
  4. Migrate from REST to GraphQL
    Use the graphql-specialist agent to migrate /api/v1 endpoints to a single /graphql resolver, keeping behavior identical.

Skills (139)

Browse all skills
API Documentation Generator
Analyze API endpoints in your codebase and generate OpenAPI/Swagger documentation automatically
apiopenapiswaggerdocumentation+1
Claude API Builder
Build applications with the Claude API and Anthropic SDK with best practices for tool use, streaming, and prompt engineering
apianthropicsdkclaude+1
Claude Api
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `ant…
apiaiagent
Mcp Builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
pythontypescriptnodeapi+1
Xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); cr…
pythongoapirest
Change Management
Framework for rolling out organizational changes without chaos. Covers the ADKAR model adapted for startups, communication templates, resistance patterns, and change fatigue management. Handles process changes, org restructures, strategy pivots, and culture changes. Use when ann…
rest
Chro Advisor
People leadership for scaling companies. Hiring strategy, compensation design, org structure, culture, and retention. Use when building hiring plans, designing comp frameworks, restructuring teams, managing performance, building culture, or when user mentions CHRO, HR, people st…
performancerest
Context Engine
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls.
api
Aws Solution Architect
Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,…
awsapi
Security Pen Testing
Use when the user asks to perform security audits, penetration testing, vulnerability scanning, OWASP Top 10 checks, or offensive security assessments. Covers static analysis, dependency scanning, secret detection, API security testing, and pen test report generation.
securitytestingapi
Senior Backend
Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review …
nodepostgressecurityapi+2
Senior Fullstack
Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up Fas…
goreactdjangosecurity+1
Senior Ml Engineer
ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when the user asks about deploying ML models to production, setting up MLOps infras…
kubernetesdockerperformancedeployment+5
Senior Qa
Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API call…
reacttestingapirag
Llm Cost Optimizer
Use proactively whenever LLM API costs come up -- or should. Triggers include: 'my AI costs are too high', 'optimize token usage', 'which model should I use', 'LLM spend is out of control', 'implement prompt caching', 'we're about to launch an AI feature', 'build me an AI endpoi…
apiaillmrag
Api Design Reviewer
API Design Reviewer
api
Api Test Suite Builder
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
apirest
Business Investment Advisor
Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring, technology, or any capital expenditure. Also use for ROI calculations, IRR, NPV, payback period, build vs buy decisions, lease vs…
api
Code To Prd
Reverse-engineer any codebase into a complete Product Requirements Document (PRD). Analyzes routes, components, state management, API integrations, and user interactions to produce business-readable documentation detailed enough for engineers or AI agents to fully reconstruct ev…
productgoreactvue+4
Saas Scaffolder
Generates complete, production-ready SaaS project boilerplate including authentication, database schemas, billing integration, API routes, and a working dashboard using Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, Drizzle ORM, and Stripe. Use when the user wants …
typescriptapiai
Spec To Repo
Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expect…
rustgoapiai
Confluence Expert
Atlassian Confluence expert for creating and managing spaces, knowledge bases, and documentation. Configures space permissions and hierarchies, creates page templates with macros, sets up documentation taxonomies, designs page layouts, and manages content governance. Use when us…
gojirarest
Stakeholder Map
Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.
rest
Ai Sdk Core
Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.
vercelapiaiagent
Api Authentication
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
securityapi
Api Changelog Versioning
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.
api
Api Contract Testing
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.
testingapi
Api Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
apigraphqlrestai
Api Error Handling
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.
monitoringapi
Api Filtering Sorting
Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.
securityapi
Api Gateway Configuration
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
awsapi
Api Pagination
Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
api
Api Rate Limiting
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
goredisapiai
Api Reference Documentation
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
apirest
Api Response Optimization
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
performanceapi
Api Security Hardening
REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.
securityapirest
Api Testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
pythontypescripttestingapi+2
Api Versioning Strategy
Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.
api
Base Ui React
MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 beta issues.
reactapi
Bun Hono Integration
Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web framework features.
apirest
Bun Http Server
Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch handlers.
apirest
Bun Sveltekit
Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs
api
Chrome Devtools
Browser automation with Puppeteer CLI scripts. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, or encountering JavaScript debugging, browser automation errors.
javascriptperformancemonitoringbrowser+3
Claude Api
Anthropic Messages API (Claude API) for integrations, streaming, prompt caching, tool use, vision. Use for chatbots, assistants, or encountering rate limits, 429 errors.
api
Cloudflare Browser Rendering
Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, memory exceeded.
cloudflarebrowserscrapingapi
Cloudflare Images
This skill should be used when the user asks to \"upload images to Cloudflare\", \"implement direct creator upload\", \"configure image transformations\", \"optimize WebP/AVIF\", \"create image variants\", \"generate signed URLs\", \"add image watermarks\", \"integrate with Next…
cloudflareapi
Cloudflare Manager
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtim…
cloudflareapiairag
Cloudflare Workers Migration
Migrate to Cloudflare Workers from AWS Lambda, Vercel, Express, and Node.js. Use when porting existing applications to the edge, adapting serverless functions, or resolving Node.js API compatibility issues.
nodeawsvercelcloudflare+1
Cloudflare Workers Runtime Apis
Cloudflare Workers Runtime APIs including Fetch, Streams, Crypto, Cache, WebSockets, and Encoding. Use for HTTP requests, streaming, encryption, caching, real-time connections, or encountering API compatibility, response handling, stream processing errors.
cloudflareapi
Cloudflare Workers Security
Cloudflare Workers security with authentication, CORS, rate limiting, input validation. Use for securing APIs, JWT/API keys, or encountering auth failures, CORS errors, XSS/injection vulnerabilities.
cloudflaresecurityapiai
Drizzle Orm D1
| Type-safe ORM for Cloudflare D1 databases using Drizzle. Use when: building D1 database schemas, writing type-safe SQL queries, managing migrations with Drizzle Kit, defining table relations, implementing prepared statements, using D1 batch API, or encountering D1_ERROR, trans…
cloudflareapiai
Firecrawl Scraper
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
javascriptscrapingapillm
Google Gemini Api
Google Gemini API with @google/genai SDK. Use for multimodal AI, thinking mode, function calling, or encountering SDK deprecation warnings, context errors, multimodal format errors.
goapiai
Google Gemini Embeddings
Google Gemini embeddings API (gemini-embedding-001) for RAG and semantic search. Use for vector search, Vectorize integration, or encountering dimension mismatches, rate limits, text truncation.
goapiembeddingrag
Graphql Implementation
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query APIs, migrating from REST, or implementing real-time subscriptions.
performanceapigraphqlrest
Hono Routing
Type-safe Hono APIs with routing, middleware, RPC. Use for request validation, Zod/Valibot validators, or encountering middleware type inference, validation hook, RPC errors.
api
Idempotency Handling
Idempotent API operations with idempotency keys, Redis caching, DB constraints. Use for payment systems, webhook retries, safe retries, or encountering duplicate processing, race conditions, key expiry errors.
redisapiai
Internationalization I18n
Implements multi-language support using i18next, gettext, or Intl API with translation workflows and RTL support. Use when building multilingual applications, handling date/currency formatting, or supporting right-to-left languages.
api
Model Deployment
Deploy ML models with FastAPI, Docker, Kubernetes. Use for serving predictions, containerization, monitoring, drift detection, or encountering latency issues, health check failures, version conflicts.
kubernetesdockerdeploymentmonitoring+2
Nuxt Server
| Nuxt 4 server-side development with Nitro: API routes, server middleware, database integration, and backend patterns. Use when: creating server API routes, implementing server middleware, integrating databases (D1, PostgreSQL, Drizzle), handling file uploads, implementing WebS…
postgresapi
Oauth Implementation
OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.
api
Openai Api
Complete guide for OpenAI APIs: Chat Completions (GPT-5.2, GPT-4o), Embeddings, Images (GPT-Image-1.5), Audio (Whisper + TTS + Transcribe), Moderation. Includes Node.js SDK and fetch approaches.
nodeapiaiembedding
Openai Assistants
OpenAI Assistants API v2 for stateful chatbots with Code Interpreter, File Search, RAG. Use for threads, vector stores, or encountering active run errors, indexing delays. ⚠️ Sunset August 26, 2026.
apiairag
Openai Responses
OpenAI Responses API for stateful agentic applications with reasoning preservation. Use for MCP integration, built-in tools, background processing, or migrating from Chat Completions.
apiaiagent
Playwright
Browser automation and E2E testing with Playwright. Auto-detects dev servers, writes clean test scripts. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use for cross-browser testing, visua…
pythontypescriptjavascripttesting+3
React Composition Patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture.
reactapi
React Native Skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or nativ…
reactperformanceapi
Recommendation System
Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues.
testingmonitoringapi
Rest Api Design
Designs RESTful APIs with proper resource naming, HTTP methods, status codes, and response formats. Use when building new APIs, establishing API conventions, or designing developer-friendly interfaces.
apirest
Sveltia Cms
Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, COR…
goperformancegraphql
Swift Best Practices
| This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6 bre…
swiftapiai
Tanstack Ai
TanStack AI (alpha) provider-agnostic type-safe chat with streaming for OpenAI, Anthropic, Gemini, Ollama. Use for chat APIs, React/Solid frontends with useChat/ChatClient, isomorphic tools, tool approval flows, agent loops, multimodal inputs, or troubleshooting streaming and to…
reactapiaiagent
Technical Specification
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
testingapiai
Typescript Mcp
MCP servers with TypeScript on Cloudflare Workers using @modelcontextprotocol/sdk. Use for API integrations, stateless tools, edge deployments, or encountering export syntax, schema validation, memory leak, CORS, auth errors.
typescriptcloudflaredeploymentapi
Vercel Kv
Vercel KV (Redis-compatible key-value storage via Upstash). Use for Next.js caching, sessions, rate limiting, TTL data storage, or encountering KV_REST_API_URL errors, rate limit issues, JSON serialization errors. Provides strong consistency vs eventual consistency.
redisvercelapirest+1
Api Key Manager
Manage api key manager operations. Auto-activating skill for Security Fundamentals. Triggers on: api key manager, api key manager Part of the Security Fundamentals skill category. Use when working with APIs or building integrations. Trigger with phrases like "api key manager", "…
gosecurityapi
Encryption At Rest Checker
Validate encryption at rest checker operations. Auto-activating skill for Security Advanced. Triggers on: encryption at rest checker, encryption at rest checker Part of the Security Advanced skill category. Use when working with encryption at rest checker functionality. Trigger …
gosecurityrest
Fastapi Router Creator
Create fastapi router creator operations. Auto-activating skill for Backend Development. Triggers on: fastapi router creator, fastapi router creator Part of the Backend Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "fa…
goapi
Graphql Resolver Creator
Create graphql resolver creator operations. Auto-activating skill for Backend Development. Triggers on: graphql resolver creator, graphql resolver creator Part of the Backend Development skill category. Use when working with graphql resolver creator functionality. Trigger with p…
gographql
Fastapi Ml Endpoint
Configure fastapi ml endpoint operations. Auto-activating skill for ML Deployment. Triggers on: fastapi ml endpoint, fastapi ml endpoint Part of the ML Deployment skill category. Use when working with APIs or building integrations. Trigger with phrases like "fastapi ml endpoint"…
godeploymentapi
Flask Ml Api Creator
Create flask ml api creator operations. Auto-activating skill for ML Deployment. Triggers on: flask ml api creator, flask ml api creator Part of the ML Deployment skill category. Use when working with APIs or building integrations. Trigger with phrases like "flask ml api creator…
goflaskdeploymentapi
Api Test Generator
Generate api test generator operations. Auto-activating skill for Test Automation. Triggers on: api test generator, api test generator Part of the Test Automation skill category. Use when working with APIs or building integrations. Trigger with phrases like "api test generator",…
goautomationapi
Api Gateway Config
Configure api gateway config operations. Auto-activating skill for AWS Skills. Triggers on: api gateway config, api gateway config Part of the AWS Skills skill category. Use when working with APIs or building integrations. Trigger with phrases like "api gateway config", "api con…
goawsapi
Firestore Index Creator
Create firestore index creator operations. Auto-activating skill for GCP Skills. Triggers on: firestore index creator, firestore index creator Part of the GCP Skills skill category. Use when working with firestore index creator functionality. Trigger with phrases like "firestore…
gogcprest
Api Caching Strategy
Configure api caching strategy operations. Auto-activating skill for API Development. Triggers on: api caching strategy, api caching strategy Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api caching s…
goapi
Api Key Auth Setup
Configure api key auth setup operations. Auto-activating skill for API Development. Triggers on: api key auth setup, api key auth setup Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api key auth setup"…
goapi
Api Mock Generator
Generate api mock generator operations. Auto-activating skill for API Development. Triggers on: api mock generator, api mock generator Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api mock generator",…
goapi
Api Rate Limiting Config
Configure api rate limiting config operations. Auto-activating skill for API Development. Triggers on: api rate limiting config, api rate limiting config Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "a…
goapi
Api Testing Helper
Assist with api testing helper operations. Auto-activating skill for API Development. Triggers on: api testing helper, api testing helper Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api testing helpe…
gotestingapi
Api Throttling Setup
Configure api throttling setup operations. Auto-activating skill for API Development. Triggers on: api throttling setup, api throttling setup Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api throttlin…
goapi
Bearer Token Validator
Validate bearer token validator operations. Auto-activating skill for API Development. Triggers on: bearer token validator, bearer token validator Part of the API Development skill category. Use when working with bearer token validator functionality. Trigger with phrases like "b…
goapi
Conditional Request Helper
Configure with conditional request helper operations. Auto-activating skill for API Development. Triggers on: conditional request helper, conditional request helper Part of the API Development skill category. Use when working with conditional request helper functionality. Trigge…
goapi
Etag Handler
Manage etag handler operations. Auto-activating skill for API Development. Triggers on: etag handler, etag handler Part of the API Development skill category. Use when working with etag handler functionality. Trigger with phrases like "etag handler", "etag handler", "etag".
goapi
Filtering Query Builder
Build filtering query builder operations. Auto-activating skill for API Development. Triggers on: filtering query builder, filtering query builder Part of the API Development skill category. Use when working with filtering query builder functionality. Trigger with phrases like "…
goapi
Graphql Mutation Builder
Build graphql mutation builder operations. Auto-activating skill for API Development. Triggers on: graphql mutation builder, graphql mutation builder Part of the API Development skill category. Use when working with graphql mutation builder functionality. Trigger with phrases li…
goapigraphql
Graphql Schema Generator
Generate graphql schema generator operations. Auto-activating skill for API Development. Triggers on: graphql schema generator, graphql schema generator Part of the API Development skill category. Use when working with graphql schema generator functionality. Trigger with phrases…
goapigraphql
Graphql Subscription Setup
Configure graphql subscription setup operations. Auto-activating skill for API Development. Triggers on: graphql subscription setup, graphql subscription setup Part of the API Development skill category. Use when working with graphql subscription setup functionality. Trigger wit…
goapigraphql
Http Method Helper
Configure with http method helper operations. Auto-activating skill for API Development. Triggers on: http method helper, http method helper Part of the API Development skill category. Use when working with http method helper functionality. Trigger with phrases like "http method…
goapi
Hypermedia Link Generator
Generate hypermedia link generator operations. Auto-activating skill for API Development. Triggers on: hypermedia link generator, hypermedia link generator Part of the API Development skill category. Use when working with hypermedia link generator functionality. Trigger with phr…
goapi
Openapi Spec Generator
Generate openapi spec generator operations. Auto-activating skill for API Development. Triggers on: openapi spec generator, openapi spec generator Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "openapi …
goapi
Pagination Helper
Configure with pagination helper operations. Auto-activating skill for API Development. Triggers on: pagination helper, pagination helper Part of the API Development skill category. Use when working with pagination helper functionality. Trigger with phrases like "pagination help…
goapi
Request Body Validator
Validate request body validator operations. Auto-activating skill for API Development. Triggers on: request body validator, request body validator Part of the API Development skill category. Use when working with request body validator functionality. Trigger with phrases like "r…
goapi
Response Schema Generator
Generate response schema generator operations. Auto-activating skill for API Development. Triggers on: response schema generator, response schema generator Part of the API Development skill category. Use when working with response schema generator functionality. Trigger with phr…
goapi
Rest Endpoint Designer
Build rest endpoint designer operations. Auto-activating skill for API Development. Triggers on: rest endpoint designer, rest endpoint designer Part of the API Development skill category. Use when working with rest endpoint designer functionality. Trigger with phrases like "rest…
goapirest
Sorting Parameter Handler
Manage sorting parameter handler operations. Auto-activating skill for API Development. Triggers on: sorting parameter handler, sorting parameter handler Part of the API Development skill category. Use when working with sorting parameter handler functionality. Trigger with phras…
goapi
Status Code Recommender
Manage status code recommender operations. Auto-activating skill for API Development. Triggers on: status code recommender, status code recommender Part of the API Development skill category. Use when working with status code recommender functionality. Trigger with phrases like …
goapi
Swagger Doc Creator
Create swagger doc creator operations. Auto-activating skill for API Development. Triggers on: swagger doc creator, swagger doc creator Part of the API Development skill category. Use when working with swagger doc creator functionality. Trigger with phrases like "swagger doc cre…
goapi
Versioning Strategy Helper
Configure with versioning strategy helper operations. Auto-activating skill for API Development. Triggers on: versioning strategy helper, versioning strategy helper Part of the API Development skill category. Use when working with versioning strategy helper functionality. Trigge…
goapi
Api Client Generator
Generate api client generator operations. Auto-activating skill for API Integration. Triggers on: api client generator, api client generator Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "api client gen…
goapi
Api Health Checker
Check api health checker operations. Auto-activating skill for API Integration. Triggers on: api health checker, api health checker Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "api health checker", "a…
goapi
Api Response Cacher
Configure api response cacher operations. Auto-activating skill for API Integration. Triggers on: api response cacher, api response cacher Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "api response cac…
goapi
Async Api Caller
Configure async api caller operations. Auto-activating skill for API Integration. Triggers on: async api caller, async api caller Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "async api caller", "async…
goapi
Batch Request Handler
Manage batch request handler operations. Auto-activating skill for API Integration. Triggers on: batch request handler, batch request handler Part of the API Integration skill category. Use when working with batch request handler functionality. Trigger with phrases like "batch r…
goapi
Circuit Breaker Setup
Configure circuit breaker setup operations. Auto-activating skill for API Integration. Triggers on: circuit breaker setup, circuit breaker setup Part of the API Integration skill category. Use when working with circuit breaker setup functionality. Trigger with phrases like "circ…
goapi
Connection Pooling Config
Configure connection pooling config operations. Auto-activating skill for API Integration. Triggers on: connection pooling config, connection pooling config Part of the API Integration skill category. Use when configuring systems or services. Trigger with phrases like "connectio…
goapi
Error Mapping Helper
Configure with error mapping helper operations. Auto-activating skill for API Integration. Triggers on: error mapping helper, error mapping helper Part of the API Integration skill category. Use when working with error mapping helper functionality. Trigger with phrases like "err…
goapi
Http Client Config
Configure http client config operations. Auto-activating skill for API Integration. Triggers on: http client config, http client config Part of the API Integration skill category. Use when configuring systems or services. Trigger with phrases like "http client config", "http con…
goapi
Integration Test Generator
Generate integration test generator operations. Auto-activating skill for API Integration. Triggers on: integration test generator, integration test generator Part of the API Integration skill category. Use when writing or running tests. Trigger with phrases like "integration te…
goapi
Long Polling Handler
Manage long polling handler operations. Auto-activating skill for API Integration. Triggers on: long polling handler, long polling handler Part of the API Integration skill category. Use when working with long polling handler functionality. Trigger with phrases like "long pollin…
goapi
Oauth Callback Handler
Manage oauth callback handler operations. Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category. Use when working with oauth callback handler functionality. Trigger with phrases like "oau…
goapi
Oauth Client Setup
Configure oauth client setup operations. Auto-activating skill for API Integration. Triggers on: oauth client setup, oauth client setup Part of the API Integration skill category. Use when working with oauth client setup functionality. Trigger with phrases like "oauth client set…
goapi
Polling Mechanism Setup
Configure polling mechanism setup operations. Auto-activating skill for API Integration. Triggers on: polling mechanism setup, polling mechanism setup Part of the API Integration skill category. Use when working with polling mechanism setup functionality. Trigger with phrases li…
goapi
Request Interceptor Creator
Create request interceptor creator operations. Auto-activating skill for API Integration. Triggers on: request interceptor creator, request interceptor creator Part of the API Integration skill category. Use when working with request interceptor creator functionality. Trigger wi…
goapi
Response Transformer
Transform response transformer operations. Auto-activating skill for API Integration. Triggers on: response transformer, response transformer Part of the API Integration skill category. Use when working with response transformer functionality. Trigger with phrases like "response…
goapi
Retry Logic Helper
Assist with retry logic helper operations. Auto-activating skill for API Integration. Triggers on: retry logic helper, retry logic helper Part of the API Integration skill category. Use when working with retry logic helper functionality. Trigger with phrases like "retry logic he…
goapi
Sdk Wrapper Creator
Create sdk wrapper creator operations. Auto-activating skill for API Integration. Triggers on: sdk wrapper creator, sdk wrapper creator Part of the API Integration skill category. Use when working with sdk wrapper creator functionality. Trigger with phrases like "sdk wrapper cre…
goapi
Server Sent Events Setup
Configure server sent events setup operations. Auto-activating skill for API Integration. Triggers on: server sent events setup, server sent events setup Part of the API Integration skill category. Use when working with server sent events setup functionality. Trigger with phrase…
goapi
Timeout Handler
Manage timeout handler operations. Auto-activating skill for API Integration. Triggers on: timeout handler, timeout handler Part of the API Integration skill category. Use when working with timeout handler functionality. Trigger with phrases like "timeout handler", "timeout hand…
goapi
Webhook Receiver Generator
Generate webhook receiver generator operations. Auto-activating skill for API Integration. Triggers on: webhook receiver generator, webhook receiver generator Part of the API Integration skill category. Use when working with webhook receiver generator functionality. Trigger with…
goapi
Webhook Retry Handler
Manage webhook retry handler operations. Auto-activating skill for API Integration. Triggers on: webhook retry handler, webhook retry handler Part of the API Integration skill category. Use when working with webhook retry handler functionality. Trigger with phrases like "webhook…
goapi
Webhook Sender Creator
Create webhook sender creator operations. Auto-activating skill for API Integration. Triggers on: webhook sender creator, webhook sender creator Part of the API Integration skill category. Use when working with webhook sender creator functionality. Trigger with phrases like "web…
goapi
Webhook Signature Validator
Validate webhook signature validator operations. Auto-activating skill for API Integration. Triggers on: webhook signature validator, webhook signature validator Part of the API Integration skill category. Use when working with webhook signature validator functionality. Trigger …
goapi
Websocket Client Creator
Create websocket client creator operations. Auto-activating skill for API Integration. Triggers on: websocket client creator, websocket client creator Part of the API Integration skill category. Use when working with websocket client creator functionality. Trigger with phrases l…
goapi
Api Reference Creator
Create api reference creator operations. Auto-activating skill for Technical Documentation. Triggers on: api reference creator, api reference creator Part of the Technical Documentation skill category. Use when working with APIs or building integrations. Trigger with phrases lik…
goapi
Api Flow Diagram Creator
Create api flow diagram creator operations. Auto-activating skill for Visual Content. Triggers on: api flow diagram creator, api flow diagram creator Part of the Visual Content skill category. Use when working with APIs or building integrations. Trigger with phrases like "api fl…
goapi
Zapier Integration Helper
Assist with zapier integration helper operations. Auto-activating skill for Business Automation. Triggers on: zapier integration helper, zapier integration helper Part of the Business Automation skill category. Use when working with APIs or building integrations. Trigger with ph…
goautomationapi
Guard
Safety guardrails — blocks destructive commands (rm -rf, DROP TABLE, force-push, git reset --hard) and optionally restricts file edits to a specific directory. Use when working on critical systems or when you want extra protection.
restai
Pentest
Automated penetration testing — web, API, browser, GitHub, and local code. Zero false positives. Use when user wants to hack-test their app, find vulnerabilities, or run security pentesting.
githubsecuritytestingbrowser+1
Seo Audit
Run SEO audit (39 rules) with AI visibility checks — GEO (20 rules for AI bot access, snippet restrictions) and AEO (4 schema checks). Auto-fix included. Use when user wants to check or improve search visibility.
restai

Plugins (127)

Browse all plugins
Plugin Development Kit
Comprehensive toolkit for developing Claude Code plugins with 8-phase guided workflow and 7 expert skills. Includes plugin scaffolding, manifest validation, testing tools, and publishing assistance for creating production-ready plugins.
plugindevelopmentsdktools+1
OpenAPI Expert
Update, synchronize, or validate the OpenAPI specification against the actual REST API implementation
openapiswaggerapidocumentation+1
Stripe
Stripe development plugin. Manage payments, webhooks, and integrate Stripe's API functionality including subscriptions, invoices, customers, and security features directly from Claude Code.
paymentsfintechapiintegration+1
42crunch Api Security Testing
Automate API security directly in Claude Code with 42Crunch - automatically audit OpenAPI specs, detect vulnerabilities aligned with OWASP API Security risks (including BOLA/BFLA), and apply AI-powered fixes. Designed for AI-assisted development workflows, it provides continuous…
securitytestingapiai
Aws Amplify
Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.
developmentawsapigraphql+1
Brightdata Plugin
Web scraping, Google search, structured data extraction, and MCP server integration powered by Bright Data. Includes 7 skills: scrape any webpage as markdown (with bot detection/CAPTCHA bypass), search Google with structured JSON results, extract data from 40+ websites (Amazon, …
goscrapingapi
Crowdstrike Falcon Foundry
CrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, API integration, security patterns, and debugging workflows.
securityapi
Expo
Official Expo skills for building, deploying, upgrading, and debugging React Native apps with Expo. Covers UI development with Expo Router, SwiftUI and Jetpack Compose components, Tailwind CSS setup, API routes, data fetching, CI/CD workflows, App Store and Play Store deployment…
developmentswiftreactdeployment+2
Firecrawl
Web scraping and crawling powered by Firecrawl. Turn any website into clean, LLM-ready markdown or structured data. Scrape single pages, crawl entire sites, search the web, and extract structured information. Includes an AI agent for autonomous multi-source data gathering - just…
developmentscrapingapiai+2
Logfire
Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more
monitoringpythonapi
Microsoft Docs
Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
developmentazureapi
Nightvision
Skills for working with NightVision, a DAST and API Discovery platform that finds exploitable vulnerabilities in web applications and REST APIs
apirest
Oracle Ai Data Platform Workbench Spark Connectors
Oracle AI Data Platform Workbench Spark connectors for Claude Code. 18 connector skills covering every data source workbench customers commonly need: Oracle Autonomous DB family (ALH/ADW/ATP) via wallet/IAM-DB-Token/API-key, ExaCS, Fusion ERP REST, Fusion BICC, EPM Cloud Plannin…
developmentapirestai
Pinecone
Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly …
databasepythonapiagent
Postman
Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.
developmentsecurityapi
Shopify
Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code
developmentgraphql
Shopify Ai Toolkit
Shopify's AI Toolkit provides 18 development skills for building on the Shopify platform, covering documentation search, API schema access, GraphQL and Liquid code validation, Hydrogen storefronts, Polaris UI extensions, store management via CLI, and onboarding guidance for both…
developmentapigraphqlai
Spotify Ads Api
Manage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth — all through conversation.
productivityapiai
Sumup
SumUp payment integrations across terminal and online checkout flows. Build Android and iOS POS apps with SumUp card readers, online checkout with server SDKs and the checkout widget, and control card readers remotely via Cloud API.
developmentapi
Twilio Developer Kit
Twilio Skills provide procedural knowledge for AI coding agents — which APIs to use, in what order, and what to avoid. Covers SMS, Voice, WhatsApp, Verify, SendGrid, Compliance, and 30+ products.
developmentapiaiagent
Ui5
SAPUI5 / OpenUI5 plugin for Claude. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.
developmentapi
Wix
Build, manage, and deploy Wix sites and apps. CLI development skills for dashboard extensions, backend APIs, site widgets, and service plugins with the Wix Design System, plus MCP server for site management.
developmentapi
Youdotcom Agent Skills
You.com agent skills for web search, research with citations, and content extraction. Guided integrations for Vercel AI SDK, Claude Agent SDK, OpenAI Agents SDK, crewAI, LangChain, Microsoft Teams.ai, direct REST API, and bash CLI.
productivityvercelapirest+2
Zapier
Connect 8,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.
productivityapiai
Zoom Plugin
Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.
developmentapirest
Api Authentication Builder
Build authentication systems with JWT, OAuth2, and API keys
api-developmentapi
Api Batch Processor
Implement batch API operations with bulk processing and job queues
api-developmentapi
Api Cache Manager
Implement caching strategies with Redis, CDN, and HTTP headers
api-developmentredisapi
Api Contract Generator
Generate API contracts for consumer-driven contract testing
api-developmenttestingapi
Api Documentation Generator
Generate comprehensive API documentation from OpenAPI/Swagger specs
api-developmentapi
Api Error Handler
Implement standardized error handling with proper HTTP status codes
api-developmentapi
Api Event Emitter
Implement event-driven APIs with message queues and event streaming
api-developmentapi
Api Fuzzer
Fuzz testing for APIs with malformed inputs, edge cases, and security vulnerability detection
testingsecurityapi
Api Gateway Builder
Build API gateway with routing, authentication, and rate limiting
api-developmentapi
Api Load Tester
Load test APIs with k6, Gatling, or Artillery
api-developmentapi
Api Migration Tool
Migrate APIs between versions with backward compatibility
api-developmentapi
Api Mock Server
Create mock API servers from OpenAPI specs for testing
api-developmenttestingapi
Api Monitoring Dashboard
Create monitoring dashboards for API health, metrics, and alerts
api-developmentmonitoringapi
Api Rate Limiter
Implement rate limiting with token bucket, sliding window, and Redis
api-developmentredisapi
Api Request Logger
Log API requests with structured logging and correlation IDs
api-developmentapi
Api Response Validator
Validate API responses against schemas and contracts
api-developmentapiai
Api Schema Validator
Validate API schemas with JSON Schema, Joi, Yup, or Zod
api-developmentapi
Api Sdk Generator
Generate client SDKs from OpenAPI specs for multiple languages
api-developmentapi
Api Security Scanner
Scan APIs for security vulnerabilities and OWASP API Top 10
api-developmentsecurityapi
Api Test Automation
Automated API endpoint testing with request generation, validation, and comprehensive test coverage
testingautomationapirag
Api Throttling Manager
Manage API throttling with dynamic rate limits and quota management
api-developmentapi
Api Versioning Manager
Manage API versions with migration strategies and backward compatibility
api-developmentapi
Contract Test Validator
API contract testing with Pact, OpenAPI validation, and consumer-driven contract verification
testingapi
Conversational Api Debugger
Debug REST API failures using OpenAPI specs and HTTP logs (HAR) - root cause analysis with cURL generation
mcpapirestai
Crypto Derivatives Tracker
Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis
cryptorest
Database Backup Automator
Automate database backups with scheduling, compression, encryption, and restore procedures
databaserest
Fullstack Starter Pack
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
packagesreactpostgresapi+2
Graphql Server Builder
Build GraphQL servers with schema-first design, resolvers, and subscriptions
api-developmentgraphql
Ollama Local Ai
Run AI models locally with Ollama - free alternative to OpenAI, Anthropic, and other paid LLM APIs. Zero-cost, privacy-first AI infrastructure.
ai-mlapiaillm
Rest Api Generator
Generate RESTful APIs from schemas with proper routing, validation, and documentation
api-developmentapirest
Secret Scanner
Scan codebase for exposed secrets, API keys, passwords, and sensitive credentials
securityapi
Security Pro Pack
Professional security tools for Claude Code: vulnerability scanning, compliance, cryptography audit, container & API security
packagessecurityapiai
Jeremy Firestore
Firestore database specialist for schema design, queries, and real-time sync
communityrest
Zapier Zap Builder
Create multi-step Zapier Zaps with filters, paths, and formatters
ai-agencyapi
Jeremy Firebase
Firebase platform expert for Firestore, Auth, Functions, and Vertex AI integration
communityrestai
Exa Pack
Complete Exa integration skill pack with 30 skills covering neural search, semantic retrieval, web search API, and AI-powered discovery. Flagship+ tier vendor pack.
saas-packsapiai
Firecrawl Pack
Complete Firecrawl integration skill pack with 30 skills covering web scraping, crawling, markdown conversion, and LLM-ready data extraction. Flagship+ tier vendor pack.
saas-packsscrapingapillm
Wondelai Design Sprint
Google Ventures Design Sprint methodology. Validate product ideas in 5 days with rapid prototyping, user testing, and structured decision-making.
productivitygotestingapi+1
Apify Pack
Claude Code skill pack for Apify (18 skills)
saas-packsapi
Serpapi Pack
Claude Code skill pack for SerpApi (18 skills)
saas-packsapi
Tweetclaw
X/Twitter automation - post, reply, like, retweet, follow, DM, search, extract data, monitor accounts, run giveaways. 121 endpoints via Xquik REST API.
devopsautomationapirest
Hyperfocus
ADHD-friendly output formatting for Claude Code. Restructures responses with evidence-based cognitive accessibility: chunking, visual hierarchy, front-loaded key points, and progressive disclosure.
productivityrest
Plane
Plane is a team behavior observatory — synthesizes Plane API data into observations about how teams actually behave under pressure (cycle velocity vs. plan, ownership churn, reviewer gate strength, priority drift, cross-project load). Reads from the live mcp__plane MCP server.
productivityapi
Code To Prd
Reverse-engineer any codebase into a complete PRD. Frontend (React, Vue, Angular, Next.js), backend (NestJS, Django, Express, FastAPI), and fullstack. 2 Python scripts (codebase_analyzer, prd_scaffolder), 2 reference guides, /code-to-prd slash command.
productpythongoreact+3
Backend Development
Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development
developmentapigraphql
Code Refactoring
Code cleanup, refactoring automation, and technical debt management with context restoration
utilitiesautomationrest
Context Management
Context persistence, restoration, and long-running conversation management
ai-mlrest
Backend Api Security
API security hardening, authentication implementation, authorization patterns, rate limiting, and input validation
securityapi
Data Validation Suite
Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs
datamonitoringapi
Api Scaffolding
REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation
apigraphqlrest
Api Testing Observability
API testing automation, request mocking, OpenAPI documentation generation, observability setup, and monitoring
apitestingmonitoringautomation
Documentation Generation
OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation
documentationapiai
Game Development
Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs
gaminggoapi
Python Development
Modern Python development with Python 3.12+, Django, FastAPI, async patterns, and production best practices
languagespythongodjango+1
Pensive
Multi-discipline code review: architecture, bugs, APIs, blast radius analysis, security, tests, Makefiles, and NASA Power of 10 analysis
securityapi
Phantom
Computer use toolkit for driving desktop environments through Claude's vision and action API with screenshot capture, mouse/keyboard control, and an autonomous agent loop
apiagent
Ai Sdk Core
Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.
aivercelapiagent
Api Authentication
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
authsecurityapi
Api Changelog Versioning
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.
api
Api Contract Testing
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.
apitesting
Api Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
apigraphqlrestai
Api Error Handling
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.
apimonitoring
Api Filtering Sorting
Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.
apisecurity
Api Gateway Configuration
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
apiaws
Api Pagination
Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
api
Api Rate Limiting
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
apigoredisai
Api Reference Documentation
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
apirest
Api Response Optimization
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
apiperformance
Api Security Hardening
REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.
apisecurityrest
Api Testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
apipythontypescripttesting+2
Api Versioning Strategy
Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.
api
Base Ui React
MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 beta issues.
frontendreactapi
Claude Api
Anthropic Messages API (Claude API) for integrations, streaming, prompt caching, tool use, vision. Use for chatbots, assistants, or encountering rate limits, 429 errors.
aiapi
Cloudflare Browser Rendering
Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, memory exceeded.
cloudflarebrowserscrapingapi
Cloudflare Manager
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtim…
cloudflareapiairag
Cloudflare Turnstile
Cloudflare Turnstile CAPTCHA-alternative bot protection. Use for forms, login security, API protection, or encountering CSP errors, token validation failures, error codes 100*/300*/600*.
cloudflaresecurityapiai
Cloudflare Workers
Comprehensive Cloudflare Workers platform guide covering runtime APIs, testing (Vitest), CI/CD, observability, framework integration, performance, security, and migration. Use for Workers development, deployment, debugging, or optimization.
cloudflaresecuritytestingperformance+2
Drizzle Orm D1
Type-safe ORM for Cloudflare D1 databases using Drizzle. Use when: building D1 database schemas, writing type-safe SQL queries, managing migrations with Drizzle Kit, defining table relations, implementing prepared statements, using D1 batch API, or encountering D1_ERROR, transac…
databasecloudflareapi
Firecrawl Scraper
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
webjavascriptscrapingapi+1
Google Gemini Api
Google Gemini API with @google/genai SDK. Use for multimodal AI, thinking mode, function calling, or encountering SDK deprecation warnings, context errors, multimodal format errors.
aigoapi
Google Gemini Embeddings
Google Gemini embeddings API (gemini-embedding-001) for RAG and semantic search. Use for vector search, Vectorize integration, or encountering dimension mismatches, rate limits, text truncation.
aigoapiembedding+1
Graphql Implementation
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query APIs, migrating from REST, or implementing real-time subscriptions.
apiperformancegraphqlrest
Hono Routing
Type-safe Hono APIs with routing, middleware, RPC. Use for request validation, Zod/Valibot validators, or encountering middleware type inference, validation hook, RPC errors.
webapi
Idempotency Handling
Idempotent API operations with idempotency keys, Redis caching, DB constraints. Use for payment systems, webhook retries, safe retries, or encountering duplicate processing, race conditions, key expiry errors.
toolingredisapiai
Internationalization I18n
Implements multi-language support using i18next, gettext, or Intl API with translation workflows and RTL support. Use when building multilingual applications, handling date/currency formatting, or supporting right-to-left languages.
webapi
Model Deployment
Deploy ML models with FastAPI, Docker, Kubernetes. Use for serving predictions, containerization, monitoring, drift detection, or encountering latency issues, health check failures, version conflicts.
aikubernetesdockerdeployment+2
Oauth Implementation
OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.
authapi
Openai Api
Complete guide for OpenAI APIs: Chat Completions (GPT-5.2, GPT-4o), Embeddings, Images (GPT-Image-1.5), Audio (Whisper + TTS + Transcribe), Moderation. Includes Node.js SDK and fetch approaches.
ainodeapiembedding
Openai Assistants
OpenAI Assistants API v2 for stateful chatbots with Code Interpreter, File Search, RAG. Use for threads, vector stores, or encountering active run errors, indexing delays. ⚠️ Sunset August 26, 2026.
aiapirag
Openai Responses
OpenAI Responses API for stateful agentic applications with reasoning preservation. Use for MCP integration, built-in tools, background processing, or migrating from Chat Completions.
aiapiagent
Recommendation System
Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues.
datatestingmonitoringapi
Rest Api Design
Designs RESTful APIs with proper resource naming, HTTP methods, status codes, and response formats. Use when building new APIs, establishing API conventions, or designing developer-friendly interfaces.
apirest
Sveltia Cms
Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, COR…
cmsgoperformancegraphql
Swift Best Practices
This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6 break…
mobileswiftapiai
Tanstack Ai
TanStack AI (alpha) provider-agnostic type-safe chat with streaming for OpenAI, Anthropic, Gemini, Ollama. Use for chat APIs, React/Solid frontends with useChat/ChatClient, isomorphic tools, tool approval flows, agent loops, multimodal inputs, or troubleshooting streaming and to…
aireactapiagent
Technical Specification
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
documentationtestingapiai
Typescript Mcp
MCP servers with TypeScript on Cloudflare Workers using @modelcontextprotocol/sdk. Use for API integrations, stateless tools, edge deployments, or encountering export syntax, schema validation, memory leak, CORS, auth errors.
toolingtypescriptcloudflaredeployment+1
Vercel Kv
Vercel KV (Redis-compatible key-value storage via Upstash). Use for Next.js caching, sessions, rate limiting, TTL data storage, or encountering KV_REST_API_URL errors, rate limit issues, JSON serialization errors. Provides strong consistency vs eventual consistency.
databaseredisvercelapi+2
Websocket Implementation
Implements real-time WebSocket communication with connection management, room-based messaging, and horizontal scaling. Use when building chat systems, live notifications, collaborative tools, or real-time dashboards.
api
Wordpress Plugin Core
WordPress plugin development with hooks, security, REST API, custom post types. Use for plugin creation, $wpdb queries, Settings API, or encountering SQL injection, XSS, CSRF, nonce errors.
cmssecurityapirest
Zod
TypeScript-first schema validation and type inference. Use for validating API requests/responses, form data, env vars, configs, defining type-safe schemas with runtime validation, transforming data, generating JSON Schema for OpenAPI/AI, or encountering missing validation errors…
toolingtypescriptapiai
Zustand State Management
Zustand state management for React with TypeScript. Use for global state, Redux/Context API migration, localStorage persistence, slices pattern, devtools, Next.js SSR, or encountering hydration errors, TypeScript inference issues, persist middleware problems, infinite render loo…
frontendtypescriptreactapi+1

MCP Servers (294)

Browse all MCP servers
Apidog Server
Access API documentation and specifications directly for accurate API-aware code generation
apidogapidocumentationopenapi+1
Fetch Server
Make HTTP requests to fetch web content, APIs, and convert HTML to markdown
httpwebapifetch+1
Agentforge
Unified API gateway and marketplace for 300+ AI agents. One API key, REST + streaming, 90% creator revenue share, health monitoring. Self-hostable (MIT).
aggregatorsmonitoringapirest+2
APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key.
aggregatorsgithubslackapi+2
Blockrun
Access 30+ AI models (GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys. Pay-per-use via x402 micropayments with USDC on Base.
aggregatorsapiai
Imagen3
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls.
aggregatorsgoapi
Forage
Self-improving tool discovery for AI agents. Searches registries, installs MCP servers as subprocesses, and persists tool knowledge across sessions — no restarts needed.
aggregatorsrestairag+1
Server Gemini Bridge
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
aggregatorsgoapi
Server Openai Bridge
Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP.
aggregatorsapiai
Katzilla
Unified data API for AI agents — 300+ free, public, and government data sources behind a single API key. Access economic (FRED, BLS), environmental (EPA, NOAA), health (CDC, FDA), weather (NWS), financial (SEC, CFPB), science (NASA, arXiv), and 30+ more categories. Install: `npx…
aggregatorsgoapiai+1
Grok
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
aggregatorsapiaiagent
Pipedream
Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
aggregatorsapi
Agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing changes. REST API and web browser at [agentdeals.dev](https://agentdeals.dev).
aggregatorsgobrowserapi+2
Mcpbundles
MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic tool calling and MCP UI for managing bundles and credentials.
aggregatorsapi
Satring
Discover and compare L402 + x402 paid API services from satring.com, the best curated Lightning and USDC API directory.
aggregatorsapiai
Open
Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org
aggregatorsapi
APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropayments in USDC.
aggregatorsapiaiagent
FluxMCP
Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.
art-cultureapirestai
SeedreamMCP
ByteDance Seedream image generation and editing via Ace Data Cloud API.
art-cultureapi
Open Library
A MCP server for the Open Library API that enables AI assistants to search for book information.
art-cultureapiai
Discogs
MCP server to interact with the Discogs API
art-cultureapi
Aseprite
MCP server using the Aseprite API to create pixel art
art-cultureapi
Wizzy Mcp Tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
art-cultureapiai
Spotify
93-tool Spotify server with smart shuffle, natural language song search, vibe analysis, artist network mapping, taste evolution, and playlist power tools. Works after Spotify's Feb 2026 API changes.
art-cultureapi
Metmuseum
Metropolitan Museum of Art Collection API integration to search and display artworks in the collection.
art-cultureapi
Oorlogsbronnen
Oorlogsbronnen (War Sources) API integration for accessing historical WWII records, photographs, and documents from the Netherlands (1940-1945)
art-cultureapi
Rijksmuseum
Rijksmuseum API integration for artwork search, details, and collections
art-cultureapiai
Anilist
A MCP server integrating AniList API for anime and manga information
art-cultureapi
Ucsc Genome
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
biology-medicine-and-bioinformaticsbrowserapi
Biothings
MCP server to interact with the BioThings API, including genes, genetic variants, drugs, and taxonomic information.
biology-medicine-and-bioinformaticsapi
Fhir
Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support.
biology-medicine-and-bioinformaticsapiai
Firefox Devtools
Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots.
browser-automationtestingmonitoringbrowser+3
Servers Archived
Browser automation for web scraping and interaction
browser-automationbrowserautomationscraping+1
Olostep
Web scraping, crawling, and search API. Extract content in Markdown/JSON, batch process 10k URLs, and get AI-powered answers with citations.
browser-automationscrapingapiai
Web Search
An MCP server that enables free web searching using Google search results, with no API keys required.
browser-automationgoapi
Pageshot Api
Free webpage screenshot capture API with format, viewport, and dark mode options. No API key required.
browser-automationapi
Esxi
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
cloud-platformsapirest
Terraform
🎖️🏎️☁️ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows.
cloud-platformsapi
Cloud Cost
Multi-cloud pricing comparison across AWS, Azure, GCP, and OCI with 2,700+ instance types. Real-time pricing from public APIs, workload calculators, and migration savings estimator.
cloud-platformsawsgcpazure+1
Nebulablock
integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools
cloud-platformsapi
Pulumi Server
MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically.
cloud-platformsautomationapi
K8s
A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events.
cloud-platformskubernetesapi
Spaceship
Manage domains, DNS records, contacts, marketplace listings, and more via the Spaceship API
cloud-platformsapiai
Openapi
OpenAPI-MCP: Dockerized MCP Server to allow your AI agent to access any API with existing api docs.
code-executiondockerapiai+1
Openapi To
Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body.
code-executionapi
Persistproc
MCP server + command line tool that allows agents to see & control long-running processes like web servers. Start, stop, restart, read logs.
coding-agentsrestagent
Terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.
coding-agentsbrowserautomationapi
Googletasks
An MCP server to interface with the Google Tasks API
communicationgoapi
Telegram
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status
communicationapi
Telegram
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.
communicationapi
Clawaimail
Email infrastructure for AI agents. Create inboxes on the fly, send and receive real emails, search messages, and manage threads via API. Install with `npx clawaimail-mcp`.
communicationapiaiagent
Mattermost
MCP server for Mattermost API. List channels, read/post messages, manage threads and reactions, monitor topics. Supports flexible configuration via CLI args, environment variables, or config files.
communicationreactapi
FastAlertNow Server
Official Model Context Protocol (MCP) server for FastAlert. This server allows AI agents (like Claude, ChatGPT, and Cursor) to list of your channels and send notifications directly through the FastAlert API.
communicationapiaiagent
Callcenter.js
An MCP server to make phone calls using VoIP/SIP and OpenAI's Realtime API and observe the transcript.
communicationapiai
Telephony
MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows.
communicationapiai
Email
Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage.
communicationapirestai+1
Vrchat
📇 🏠 This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat.
communicationapi
Ms 365
MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)
communicationapiai
Gateway
MCP and MCP SSE Server that automatically generate API based on database schema and data. Supports PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase
databasespostgresmysqlapi
Confluent
Confluent integration to interact with Confluent Kafka and Confluent Cloud REST APIs.
databasesapirest
Gsheets
MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities.
databasesgoapi
Firebase
Firebase services including Auth, Firestore and Storage.
databasesrestrag
Influxdb
Run queries against InfluxDB OSS API v2.
databasesapiai
Mongodb Atlas
A Model Context Protocol (MCP) that provides access to the MongoDB Atlas API. This server wraps the `mongodb-atlas-api-client` package to expose MongoDB Atlas functionality through MCP tools.
databasesgomongodbapi
Victorialogs
Provides comprehensive integration with your [VictoriaLogs instance APIs](https://docs.victoriametrics.com/victorialogs/querying/#http-api) and [documentation](https://docs.victoriametrics.com/victorialogs/) for working with logs, investigating and debugging tasks related to you…
databasesapi
Google Sheets
A Model Context Protocol server for interacting with Google Sheets. This server provides tools to create, read, update, and manage spreadsheets through the Google Sheets API.
databasesgoapi
Method Crm
Production-ready MCP server for Method CRM API integration with 20 comprehensive tools for tables, files, users, events, and API key management. Features rate limiting, retry logic, and dual transport support (stdio/HTTP).
data-platformsapi
Agrobr
Brazilian agricultural data for LLMs — prices, crop estimates, climate, deforestation from 19 public sources via CEPEA, CONAB, IBGE, INPE and B3.
data-platformsrestllm
Databricks
Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status.
data-platformsapillm
Qlik
MCP Server for Qlik Cloud API that enables querying applications, sheets, and extracting data from visualizations with comprehensive authentication and rate limiting support.
data-platformsapi
Keboola
interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.
data-platformsapirag
Databricks Genie
A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents.
data-platformsapillmagent
Augments
Transform Claude Code with intelligent, real-time access to 90+ framework documentation sources. Get accurate, up-to-date code generation that follows current best practices for React, Next.js, Laravel, FastAPI, Tailwind CSS, and more.
developer-toolsreactapiai
Link
Seamlessly Integrate Any API with AI Agents (with OpenAPI Schema)
developer-toolsapiaiagent
Openapi To
MCP server that automatically converts any OpenAPI/Swagger specification into a set of usable MCP tools. Unlike manual tool definition, this approach auto-generates tools directly from the Swagger spec, ensuring consistency, reducing maintenance effort, and preventing mismatches…
developer-toolsapiai
Bitrise
MCP Server for the [Bitrise](https://bitrise.io) API, enabling app management, build operations, artifact management and more.
developer-toolsapi
Echo
A zero-configuration Go library to automatically expose any existing Echo web framework APIs as MCP tools.
developer-toolsgoapi
Gin
A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools.
developer-toolsgoapi
Postman
Interact with [Postman API](https://www.postman.com/postman/postman-public-workspace/)
developer-toolsapi
Twitterapi Docs
Offline access to TwitterAPI.io documentation for AI assistants. 52 API endpoints, guides, pricing info, and authentication docs.
developer-toolsapiai
Gk Cli
A CLI for interacting with GitKraken APIs. Includes an MCP server via `gk mcp` that not only wraps GitKraken APIs, but also Jira, GitHub, GitLab, and more. Works with local tools and remote services.
developer-toolsgithubgitlabjira+1
Postmancer
A MCP server for replacing Rest Clients like Postman/Insomnia, by allowing your LLM to maintain and use api collections.
developer-toolsapirestai+1
Bruno
A MCP server for interacting with [Bruno API Client](https://www.usebruno.com/).
developer-toolsapi
Gradle
Gradle integration using the Gradle Tooling API to inspect projects, execute tasks, and run tests with per-test result reporting
developer-toolsapi
Media
Local image and video processing MCP server with 13 tools for resize, convert, compress, crop, thumbnail, metadata extraction, rotate, flip, filters, and ffmpeg-based video operations. No API keys required.
developer-toolsapiai
Jetbrains Datalore
MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files )
developer-toolsdeploymentapiai
Ai Distiller
Extracts essential code structure from large codebases into AI-digestible format, helping AI agents write code that correctly uses existing APIs on the first attempt.
developer-toolsapiaiagent
ServeMyAPI
A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain.
developer-toolsapiai
RestCsvMcpServer
An MCP server for CSV files.
developer-toolsrest
App Store Connect
An MCP server to communicate with the App Store Connect API for iOS Developers
developer-toolsapi
Openapi Schema Explorer
Token-efficient access to OpenAPI/Swagger specs via MCP Resources.
developer-toolsapi
Gptzero
AI detection for text content with GPTZero API. Detect AI-generated text, get confidence scores, multilingual support (French/Spanish), and detailed probability breakdowns.
developer-toolsapiai
Mobile
MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported.
developer-toolsgoautomationscraping+1
Mockd
Multi-protocol API mock server with 18 MCP tools. Mock HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP APIs with chaos engineering, stateful CRUD, 8 import formats (OpenAPI, Postman, HAR, WireMock, cURL, Mockoon, WSDL), and deterministic seeded responses.
developer-toolsapigraphql
Spring Boot Starter Swagger
Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation.
developer-toolsapi
Jitapi
Dynamic API discovery and execution from OpenAPI specs. Uses semantic search and dependency graphs to find relevant endpoints across multiple registered APIs, plan multi-step workflows, and execute API calls — without dumping entire specs into context.
developer-toolsapi
Token Optimizer
Intelligent token optimization achieving 95%+ reduction through caching, compression, and 80+ smart tools for API optimization, code analysis, and real-time monitoring.
developer-toolsmonitoringapi
Pylon
x402-native API gateway with 20+ capabilities (web-extract, web-search, translate, image-generate, screenshot, PDF, OCR, and more) payable with USDC on Base. No API keys — agents pay per call via HTTP 402.
developer-toolsapiagent
Cratedocs
Outputs short-form Rust crate derived traits,interfaces, etc. from AST (uses same api as rust-analyzer), output limits (token estimation) & crate docs w/regex stripping.
developer-toolsrustapiai
Openapi
MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data
developer-toolsapiaillm
Bugbug
MCP for BugBug API, to manage test and suites on BugBug
developer-toolsapi
Vibealive
Full-featured utility to test Next.js projects for unused files and APIs, with an MCP server that exposes project analysis tools to AI assistants.
developer-toolsapiai
Openapi
Connect any HTTP/REST API server using an Open API spec (v3)
developer-toolsapirest
Linkshrink Api
Free privacy-first URL shortener API with analytics and link management. No API key required.
developer-toolsapi
Ogforge Api
Free Open Graph image generator API with themes, Lucide icons, and custom layouts. No API key required.
developer-toolsapi
Pagedrop Api
Free instant HTML hosting API with paste, file upload, and ZIP deploy support. No API key required.
developer-toolsapi
Pdfspark Api
Free HTML/URL to PDF conversion API powered by Playwright. No API key required.
developer-toolsapi
Qrmint Api
Free styled QR code generator API with custom colors, logos, frames, and batch generation. No API key required.
developer-toolsgoapi
Ariadne
Cross-service API dependency graph for microservice codebases. Give it a business term or endpoint name; get back a ranked chain of GraphQL operations, REST endpoints, Kafka topics, and frontend queries across all services. Offline, local SQLite + TF-IDF + optional embeddings.
developer-toolssqliteapigraphql+3
Llm Token Tracker
Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models
developer-toolsapiaillm
Hocr
A fastAPI-based FastMCP server with a Vue frontend that sends uploaded images to VLM via the MCP to quickly extract handwritten mathematical formulas as clean LaTeX code.
developer-toolsvueapi
Apifable
MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.
developer-toolstypescriptapiai+1
Typescribe
MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs
developer-toolstypescriptapiai+1
Swagger
A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.
developer-toolsapirestai
Asc
App Store Connect API server with 208 tools for managing apps, builds, TestFlight, subscriptions, reviews, and more — directly from any MCP client.
developer-toolsapi
Garmin Documentation
Offline Garmin Connect IQ SDK documentation with comprehensive search and API examples
developer-toolsapi
Shipi
Shipi MCP server to create shipments, track packages, and compare rates with 18 tools for various carriers. Supports [remote MCP](https://mcp.myshipi.com/api/mcp).
deliveryapi
Alchemy
Allow AI agents to interact with Alchemy's blockchain APIs.
finance-fintechapiaiagent
Coinmarket
Coinmarket API integration to fetch cryptocurrency listings and quotes
finance-fintechapi
Jupiter
Jupiter API Access (allow AI to Trade Tokens on Solana + Access Balances + Search Tokens + Create Limit Orders )
finance-fintechapiai
Onchain
Bankless Onchain API to interact with smart contracts, query transaction and token information
finance-fintechapiai
Base
Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations
finance-fintechapiai
Alpha Vantage
Alpha Vantage API integration to fetch both stock and crypto information
finance-fintechapi
Evmscope
EVM blockchain intelligence toolkit with 20 tools for token prices, gas comparison, swap quotes, yield rates, honeypot detection, and transaction simulation across Ethereum, Polygon, Arbitrum, Base, and Optimism. Zero config, no API keys required.
finance-fintechgoapiai
Codex
[Codex API](https://www.codex.io) integration for real-time enriched blockchain and market data on 60+ networks
finance-fintechapiai
Dexpaprika
Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents standardized access to comprehensive market data…
finance-fintechperformanceapiai+1
DRAIN Marketplace
Open marketplace for AI services — LLMs, image/video generation, web scraping, model hosting, data extraction, and more. Agents pay per use with USDC micropayments on Polygon. No API keys, no subscriptions.
finance-fintechgoscrapingapi+3
Tasty Agent
Tastyworks API integration to handle trading activities on Tastytrade
finance-fintechapiagent
Finbud Data
Access comprehensive, real-time financial data (stocks, options, crypto, forex) via developer-friendly, AI-native APIs offering unbeatable value.
finance-fintechapiai
Stooq
Fetch real-time stock prices from Stooq without API keys. Supports global markets (US, Japan, UK, Germany).
finance-fintechapi
Dexscreener
Real-time on-chain market prices using open and free Dexscreener API
finance-fintechapiai
Korea Stock
An MCP Server for Korean stock analysis using OPEN DART API and KRX API
finance-fintechapi
Jupiter
An MCP server for executing token swaps on the Solana blockchain using Jupiter's new Ultra API.
finance-fintechapiai
Alpaca
An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data.
finance-fintechapi
Openapi
🐍 ☁️ - LongPort OpenAPI provides real-time stock market data, provides AI access analysis and trading capabilities through MCP.
finance-fintechapiai
Reddit Options Trader ROT
The first financial intelligence MCP server. Live AI-scored trading signals from Reddit, SEC filings, FDA approvals, Congressional trades, and 15+ sources. 7 tools, 2 resources, hosted remotely, free, no API key required.
finance-fintechapiai
Eu Finance
European financial data for AI agents — ECB rates, Eurostat inflation, GDP and unemployment by EU country. Zero API key needed. [](https://glama.ai/mcp/servers/nexusforge-tools/mcp-eu-finance)
finance-fintechapiaiagent
Gleif
Access the Global Legal Entity Identifier (LEI) database for company verification, KYC, and corporate ownership research via GLEIF's public API.
finance-fintechapi
Polygon
An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex, options, and more.
finance-fintechgoapi
Coin
Bitget API to fetch cryptocurrency price.
finance-fintechapi
QuantConnect Server
A Dockerized Python MCP server that bridges your local AI (e.g., Claude Desktop, etc) with the QuantConnect API—empowering you to create projects, backtest strategies, manage collaborators, and deploy live-trading workflows directly via natural-language prompts.
finance-fintechpythondockerapi+1
Quantoracle
63 deterministic quant finance tools for AI agents — options pricing, risk metrics, portfolio optimization, Monte Carlo, technical indicators, crypto/DeFi, and FX/macro. 1,000 free calls/day, no API key.
finance-fintechapiaiagent
Coincap
Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys
finance-fintechapi
Crypto Trader MCP ClaudeDesktop.git
An MCP tool that provides cryptocurrency market data using the CoinGecko API.
finance-fintechapi
YFinance Trader MCP ClaudeDesktop.git
An MCP tool that provides stock market data and analysis using the Yahoo Finance API.
finance-fintechapi
Fakturka Api
Free Polish VAT invoice generator API (Faktura VAT) with PDF output and preview. No API key required.
finance-fintechapi
Blockchain
MCP server for Blockchain Data. It provides access to Tatum's blockchain API across 130+ networks with tools including RPC Gateway and Blockchain Data insights.
finance-fintechapiai
Twelvedata Mcp
Interact with [Twelve Data](https://twelvedata.com) APIs to access real-time and historical financial market data for your AI agents.
finance-fintechapiaiagent
Cryptodataapi
Real-time crypto market data for AI agents — market health scores, derivatives, funding rates, ETF flows, cycle indicators, and 100+ endpoints via CryptoDataAPI.
finance-fintechapiaiagent
Solscan
An MCP tool for querying Solana transactions using natural language with Solscan API.
finance-fintechapi
Xero
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
finance-fintechapi
Japan Corporate
Japanese corporate data via government APIs (gBizINFO, EDINET, e-Stat). Search companies, financials, patents, subsidies, procurement, and government statistics.
finance-fintechgoapi
Toolstem Sec
SEC EDGAR signal intelligence for AI agents — insider trading (Form 4), 13F institutional holdings, 10-K/8-K filing velocity, activist risk flags, and multi-company disclosure comparisons. Three pricing tiers. Available on the Apify Store.
finance-fintechapiaiagent
Gamebrain Api Clients
Search and discover hundreds of thousands of video games on any platform through the [GameBrain API](https://gamebrain.co/api).
gamingapiai
Opendota
MCP server providing AI assistants with access to Dota 2 statistics via OpenDota API. 20+ tools for player stats, hero data, and match analysis with natural language support.
gamingapiai
Bgg
An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2).
gamingapi
Wemo
[](https://glama.ai/mcp/servers/@apiarya/wemo-mcp-server) 🐍 🏠 🍎 🪟 🐧 - Control WeMo smart home devices via AI assistants using natural language. Built on pywemo for 100% local control — no cloud dependency. Supports dimmer brightness, device rename, HomeKit codes, and multi-…
home-automationapiai
Nocturnusai
Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration.
knowledge-memorypythontypescriptapi+3
Openzim
Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API.
knowledge-memoryapiai
Legends
Chat with 36 legendary founders & investors (Elon Musk, Warren Buffett, Steve Jobs, CZ). AI personas with authentic voices, frameworks, and principles. No API key required.
knowledge-memoryapiai
Agent Memory
Three-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required.
knowledge-memoryapiagent
Counsel
Connect AI agents to the Counsel API for strategic reasoning, multi-perspective debate analysis, and interactive advisory sessions.
knowledge-memoryapiaiagent
NebulaMind
Collaborative astronomy wiki built by AI agents. 34 topics, 115 knowledge graph connections. Register, read, edit, vote, comment, and explore the cosmos via open API. No auth required.
knowledge-memoryapiaiagent
Local Rag
Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.
knowledge-memoryapiembeddingrag
Skill Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ tar…
knowledge-memorygithubslackdiscord+4
Longhand
Persistent local memory for Claude Code. Indexes every session JSONL verbatim into SQLite + ChromaDB for semantic recall (~126ms) across your entire history. Never summarizes, zero API calls, 17 MCP tools including fuzzy `recall`, deterministic `replay_file`, and git-aware `reca…
knowledge-memorysqliteapi
Server Ipinfo
IP address geolocation and network information using IPInfo API
location-servicesapi
Weather
Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions.
location-servicesapiai
Discava Server
Search Millions of local businesses worldwide (Europe, Northamerica, Southamerica, Asia, Oceania), confidence scores, and agent trust rankings. No API key required. [](https://glama.ai/mcp/servers/discava/mcp-server)
location-servicesrustapiai+1
Ip2location Io
Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.
location-servicesapiai
Ipfind
IP Address location service using the [IP Find](https://ipfind.com) API
location-servicesapi
Weather
Get weather information from https://api.open-meteo.com API.
location-servicesapi
Geoserver
A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.
location-servicesapirestai+1
Weather MCP ClaudeDesktop.git
An MCP tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API.
location-servicesapi
Stadiamaps Mcp Server Ts
A MCP server for Stadia Maps' Location APIs - Lookup addresses, places with geocoding, find time zones, create routes and static maps
location-servicesapi
Weather
Accurate weather forecasts via the AccuWeather API (free tier available).
location-servicesapiai
Trackmage
Shipment tracking api and logistics management capabilities through the [TrackMage API] (https://trackmage.com/)
location-servicesapi
Tiktok Ads
A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.
marketingperformanceapiai
Google Ad Manager
Google Ad Manager API integration for managing campaigns, orders, line items, creatives, and advertisers with bulk upload support.
marketinggoapiai
Google Tag Manager
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
marketinggoapi
Stape
This project implements an MCP (Model Context Protocol) server for the Stape platform. It allows interaction with the Stape API using AI assistants like Claude or AI-powered IDEs like Cursor.
marketingapiai
Server Raygun
Raygun API V3 integration for crash reporting and real user monitoring
monitoringapi
Freshprobe
Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP AP…
monitoringapiaiagent
Grafana Loki
An MCP server that allows querying Loki logs through the Grafana API.
monitoringapi
Victoriametrics
Provides comprehensive integration with your [VictoriaMetrics instance APIs](https://docs.victoriametrics.com/victoriametrics/url-examples/) and [documentation](https://docs.victoriametrics.com/) for monitoring, observability, and debugging tasks related to your VictoriaMetrics …
monitoringapi
SunoMCP
Suno AI music generation, lyrics, covers, and vocal extraction via Ace Data Cloud API.
multimedia-processapiai
Zapcap
MCP server for ZapCap API providing video caption and B-roll generation via natural language
multimedia-processapi
Topaz
AI image enhancement (upscaling, denoising, sharpening) via Topaz Labs API. Supports 8 models including Standard V2, Wonder 2, Bloom, and Recover 3.
multimedia-processapiai
Procore
MCP server exposing the full Procore REST API (2,636 endpoints) for construction project management. Includes 7 discovery and execution tools covering projects, RFIs, submittals, daily logs, budgets, and more. Single-user OAuth with auto-refresh.
product-managementapirestai
Deep Research
Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support.
researchapiaiagent
Legiscan
Access legislative data from all 50 US states and Congress — search bills, get full text, track votes, and look up legislators via the LegiScan API.
researchapi
Customgpt
An MCP server for accessing all of CustomGPT.ai's anti-hallucination RAG-as-a-service API endpoints.
end-to-end-rag-platformsapiairag
Rippr
YouTube transcript extraction for AI agents. Clean text, timestamps, or structured JSON from any video. No API keys required. Install via `npx rippr-mcp`.
search-data-extractionapiaiagent
Open WebSearch
Web search using free multi-engine search (NO API KEYS REQUIRED) — Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.
search-data-extractiongoapiai
SerpMCP
Google SERP search including web, images, news, maps, places, videos, and knowledge graph results via Ace Data Cloud API.
search-data-extractiongoapi
Servers Kagi
Kagi search API integration
search-data-extractionapi
Nyt
Search articles using the NYTimes API
search-data-extractionapi
Server Rag Web Browser
An MCP server for Apify's open-source RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown.
search-data-extractionbrowserapirag
Brave Search
Web search capabilities using Brave's Search API
search-data-extractionapi
Server Google News
Google News integration with automatic topic categorization, multi-language support, and comprehensive search capabilities including headlines, stories, and related topics through [SerpAPI](https://serpapi.com/).
search-data-extractiongoapi
Crawleo
Crawleo Search & Crawl API
search-data-extractionapi
Kagi Ken
Work with Kagi *without* API access (you'll need to be a customer, tho). Searches and summarizes. Uses Kagi session token for easy authentication.
search-data-extractionapi
Server Dumplingai
Access data, web scraping, and document conversion APIs by [Dumpling AI](https://www.dumplingai.com/)
search-data-extractionscrapingapiai
Exa
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
search-data-extractionapiai
Search1api
Search via search1api (requires paid API key)
search-data-extractionapiai
Agent Domain Service
AI-powered domain brainstorming, analysis, and availability checking via AgentDomainService.com. Generate creative domain names from descriptions, get AI scoring for brandability/memorability, and check real-time availability with pricing. No API keys required.
search-data-extractionapiaiagent
Paperswithcode
🐍 ☁️ MCP to search through PapersWithCode API
search-data-extractionapi
Naver Search
MCP server for Naver Search API integration, supporting blog, news, shopping search and DataLab analytics features.
search-data-extractionapi
Screenshot Website Fast
Fast screenshot capture tool optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing with configurable viewports and wait strategies for dynamic content.
search-data-extractionapiai
Tavily.git
Tavily AI search API
search-data-extractionapiai
Bing Search
Web search capabilities using Microsoft Bing Search API
search-data-extractionapi
Linkedapi
MCP server that lets AI assistants control LinkedIn accounts and retrieve real-time data.
search-data-extractionapiai
Mineru
MCP server for MinerU document parsing API. Parse PDFs, images, DOCX, and PPTX with OCR (109 languages), batch processing (200 docs), page ranges, and local file upload. 73% token reduction with structured output.
search-data-extractionapi
Brave Search
Web, Image, News, Video, and Local Point of Interest search capabilities using Brave's Search API
search-data-extractionapirest
Local Rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed.
search-data-extractionapirag
Semanticapi
Natural language API discovery — search 700+ API capabilities, get endpoints, auth setup, and code snippets. Supports auto-discovery of new APIs.
search-data-extractionapi
Wolframalpha
An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data.
search-data-extractionapiai
Scrapeless
The Scrapeless Model Context Protocol service acts as an MCP server connector to the Google SERP API, enabling web search within the MCP ecosystem without leaving it.
search-data-extractiongoapi
Serpapi
SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes.
search-data-extractiongoapi
Linkmeta Api
Free URL metadata extraction API (Open Graph, Twitter Cards, favicons, JSON-LD). No API key required.
search-data-extractionapi
Tat
Query articles, verified statistics, wire feed, and social tools from [The Agent Times](https://theagenttimes.com), the AI-native newspaper covering the agent economy. 13 tools including search, comments, citations, and agent leaderboards. No API key required.
search-data-extractionapiaiagent
Enrichr
A MCP server that provides gene set enrichment analysis using the Enrichr API
search-data-extractionapi
Server Tavily
Tavily AI search API
search-data-extractionapiai
Urlbox
📇 🏠 A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API.
search-data-extractionapiai
Webscraping Ai
Interact with [WebScraping.ai](https://webscraping.ai) for web data extraction and scraping.
search-data-extractionscrapingapiai
Baseline
MCP server that searches Baseline status using Web Platform API
search-data-extractionapi
Authbox
Zero-knowledge password manager with MCP credential gateway. BIP-39 seed phrase recovery, deterministic passwords, policy-gated AI agent access (scope, rate limits, time windows, step-up approval), 70+ API key providers, and hash-chain audit trail. Go + Next.js + TypeScript.
securitytypescriptgoapi+2
Shodan
MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
securityapi
Virustotal
MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.
securityrustapi
Security
MCP server for querying the ORKL API. This server provides tools for fetching threat reports, analyzing threat actors, and retrieving intelligence sources.
securityapi
Volatility
MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs.
securityapirestai+1
Aegis
Credential isolation proxy for AI agents. Injects secrets at the network boundary with domain restrictions, agent authentication, and audit logging. No SDK required — works as a transparent HTTP proxy or MCP server.
securityrestaiagent
Guardvibe
Security MCP for vibe coding with 330 rules and 29 tools. Purpose-built for AI-generated code — scans Next.js, Supabase, Clerk, Stripe, Prisma, Hono, GraphQL, and 25+ modules. Cross-file taint analysis, host security audit, auto-fix, SARIF export, pre-commit hook, and CVE versio…
securitygraphqlai
Vuln Nist
A Model Context Protocol (MCP) server for querying NIST National Vulnerability Database (NVD) API endpoints.
securityapi
Rad Security Server
MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.
securitykubernetesapiai
Cve Search
A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs.
securityapi
Thales Cdsp Crdp
MCP server for Thales CipherTrust Manager RestFul Data Protection service.
securityrustrest
Cyberchef Api
MCP server for interacting with the CyberChef server API which will allow an MCP client to utilise the CyberChef operations.
securityapi
Contrastapi
Security intelligence API with 31 MCP tools for CVE/EPSS/KEV lookup, domain recon (DNS/WHOIS/SSL/subdomains/CT logs), IOC/threat intel, OSINT (email/phone/username), and code security scanning (secrets, injection). Free 100 req/hr.
securityapiai
Xbird Skill
Twitter/X MCP server with 34 tools — post tweets, search, read timelines, manage engagement, upload media. No API keys needed, uses browser cookies. Pay per call from $0.001 via x402 micropayments.
social-mediabrowserapi
Facebook
Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for streamlined social media management.
social-mediaapi
Reddit Mcp Buddy
Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.
social-mediaapi
Reddit Research
AI-powered Reddit intelligence for market research and competitive analysis. Discover subreddits via semantic search across 20k+ indexed communities, fetch posts/comments with full citations, and manage research feeds. No Reddit API credentials needed.
social-mediaapiai
Twitter
All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct messaging, sentiment analysis of a post, and complete post lifecycle control - all through a streamlined API.
social-mediamonitoringapi
Scrapebadger
Access Twitter/X data including user profiles, tweets, followers, trends, lists, and communities via the ScrapeBadger API.
social-mediaapi
Sports
Access structured sports data via the Cloudbet API. Query upcoming events, live odds, stake limits, and market info across soccer, basketball, tennis, esports, and more.
sportsapi
Mlb Api
MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.
sportsapiai
Balldontlie
MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB
sportsapi
Strava
A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs
sportsapillm
Afl
MCP server that integrates with the Squiggle API to provide information on Australian Football League teams, ladder standings, results, tips, and power rankings.
sportsapi
Lara
MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.
translation-servicesapi
Voice
Complete voice interaction server supporting speech-to-text, text-to-speech, and real-time voice conversations through local microphone, OpenAI-compatible APIs, and LiveKit integration
text-to-speechapiai
Claude Code Tts
MCP server plugin for Claude Code that converts text to speech using OpenAI's TTS API. Features 6 voices, worker pool architecture, mutex-protected playback, and cross-platform support.
text-to-speechapiai
Server Nationalparks
National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for U.S. National Parks
travel-transportationapiai
National Rail
An MCP server for UK National Rail trains service, providing train schedules and live travel information, intergrating the Realtime Trains API
travel-transportationapiai
Tripadvisor
A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces
travel-transportationapillm
Aviationstack
An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types.
travel-transportationapiai
Tripgo
Provides tools from the TripGo API for multi-modal trip planning, transport locations, and public transport departures, including real-time information.
travel-transportationgoapi
Github Enterprise
MCP server for GitHub Enterprise API integration
version-controlgithubapi
Server Bitbucket
Bitbucket MCP server with 58 tools for repository management, PRs, pipelines, branches, commits, deployments, webhooks, tags, branch restrictions, and source browsing.
version-controldeploymentrest
Github Graphql
Unofficial GitHub MCP server that provides access to GitHub's GraphQL API, enabling more powerful and flexible queries for repository data, issues, pull requests, and other GitHub resources.
version-controlgithubapigraphql
Kanboard
A Model Context Protocol (MCP) server written in Go that empowers AI agents and Large Language Models (LLMs) to seamlessly interact with Kanboard. It transforms natural language commands into Kanboard API calls, enabling intelligent automation of project, task, and user manageme…
workplace-productivitygoautomationapi+3
Amazon Seller
Amazon Seller Central operations via SP-API - manage inventory, track orders, analyze sales, and optimize listings
workplace-productivityapi
Altegio
MCP server for Altegio API — appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support.
workplace-productivitydockerapi
Google Calendar
An MCP server to interface with the Google Calendar API. Based on TypeScript.
workplace-productivitytypescriptgoapi
Unichat
Send requests to OpenAI, MistralAI, Anthropic, xAI, Google AI or DeepSeek using MCP protocol via tool or predefined prompts. Vendor API key required
other-tools-and-integrationsgoapiai
Replicate Flux
Provides the ability to generate images via Replicate's API.
other-tools-and-integrationsapi
Notion
A Model Context Protocol (MCP) server that integrates with Notion's API to manage personal todo lists efficiently.
other-tools-and-integrationsapi
Graphql
Allows the AI to query GraphQL servers
other-tools-and-integrationsgraphqlai
Sats4ai
Permissionless communication supercharger for AI agents — phone calls, SMS, fax, translation (119 languages), text-to-speech, audiobook generation, plus image/video/music/text generation and document extraction. Pay per request via Lightning (L402) — no signup or API keys.
other-tools-and-integrationsapiaiagent
Notion
Integrates with Notion's API to manage personal todo lists
other-tools-and-integrationsapi
Ticktick
[TickTick](https://ticktick.com/) MCP server that integrates with TickTick's API to manage personal todo projects and the tasks.
other-tools-and-integrationsapi
Server Esignatures
Contract and template management for drafting, reviewing, and sending binding contracts via the eSignatures API.
other-tools-and-integrationsapi
Miro
Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API.
other-tools-and-integrationsapirest
Gqai
Define tools using regular GraphQL queries/mutations and gqai automatically generates an MCP server for you.
other-tools-and-integrationsgraphqlai
Growi
Official MCP Server to integrate with GROWI APIs.
other-tools-and-integrationsapi
Yuque
📇 ☁️ A Model-Context-Protocol (MCP) server for integrating with Yuque API, allowing AI models to manage documents, interact with knowledge bases, search content, and access analytics data from the Yuque platform.
other-tools-and-integrationsapiai
Climatiq
A Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI assistants to perform real-time carbon calculations and provide climate impact insights.
other-tools-and-integrationsapiai
Plane
🏎️ 🏠 This MCP Server will help you to manage projects and issues through [Plane's](https://plane.so) API
other-tools-and-integrationsapi
Kibela
📇 ☁️ Powerfully interact with Kibela API.
other-tools-and-integrationsapi
Jira
Read jira data via JQL and api and execute requests to create and edit tickets.
other-tools-and-integrationsjiraapi
Server Giphy
Search and retrieve GIFs from Giphy's vast library through the Giphy API.
other-tools-and-integrationsapi
Obsidian
Interacting with Obsidian via REST API
other-tools-and-integrationsapirest
Any Chat Completions
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
other-tools-and-integrationsapiai
Shopify Storefront
Unofficial MCP server that allows AI agents to discover Shopify storefronts and interact with them to fetch products, collections, and other store data through the Storefront API.
other-tools-and-integrationsapiaiagent
Rae
🏎️ ☁️ 🍎 🪟 🐧 MCP Server to connect your preferred model with https://rae-api.com, Roya Academy of Spanish Dictionary
other-tools-and-integrationsapi
Server Asana
📇 ☁️ This Model Context Protocol server implementation of Asana allows you to talk to Asana API from MCP Client such as Anthropic's Claude Desktop Application, and many more.
other-tools-and-integrationsapi
Wolfram Alpha
An MCP server for querying wolfram alpha API.
other-tools-and-integrationsapi
Netbox
MCP server for interacting with NetBox API.
other-tools-and-integrationsapi
Notion
Interacting with Notion API
other-tools-and-integrationsapi
Server Perplexity
Interacting with Perplexity API.
other-tools-and-integrationsapi
Confluence
A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API.
other-tools-and-integrationsapirest
Web3
An MCP server implementation wrapping Ankr Advanced API. Access to NFT, token, and blockchain data across multiple chains including Ethereum, BSC, Polygon, Avalanche, and more.
other-tools-and-integrationsgoapiai
Graphql Forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.
other-tools-and-integrationsapigraphqlagent