< phonebook directory config builder analytics

MCP Server Directory

Discover MCP servers. Connect your agent.
111
servers
0
online

Filter by Transport

sse stdio streamable-http

Filter by Auth

none bearer api_key

Filter by Tag

official (66) ai (16) database (10) search (10) anthropic (9) automation (9) llm (9) productivity (9) analytics (8) messaging (8) cloud (7) devops (7) monitoring (7) serverless (7) enterprise (6) observability (6) open-source (6) sql (6) storage (6) email (5) models (5) project-management (5) rag (5) browser (4) chat (4) content (4) embeddings (4) events (4) git (4) inference (4) metrics (4) research (4) semantic-search (4) testing (4) transactional (4) vector-database (4) version-control (4) web-search (4) api (3) ci-cd (3) cms (3) communication (3) docs (3) google (3) infrastructure (3) marketing (3) postgres (3) product-analytics (3) remote (3) scraping (3) social (3) tasks (3) web (3) web-scraping (3) agile (2) apm (2) bots (2) builds (2) cache (2) calendar (2) cdn (2) collaboration (2) commerce (2) contacts (2) containers (2) crawling (2) crm (2) data (2) debugging (2) delivery (2) deployment (2) edge (2) error-tracking (2) files (2) headless-cms (2) hosting (2) knowledge-graph (2) kubernetes (2) local (2) logs (2) markdown (2) media (2) memory (2) microsoft (2) ml (2) mobile (2) news (2) no-code (2) orchestration (2) payments (2) persistence (2) pipelines (2) playwright (2) redis (2) sales (2) scheduling (2) tracing (2) transformation (2) video (2) wiki (2) workflow (2) actors (1) adb (1) agentforce (1) agents (1) ai-agents (1) ai-search (1) alerting (1) alerts (1) amplitude (1) analytics-engineering (1) android (1) api-reference (1) api-testing (1) atlas (1) atlassian (1) auth (1) autonomous-payments (1) availability (1) aws (1) azure (1) backend (1) bedrock (1) bigquery (1) billing (1) binary-analysis (1) bitbucket (1) blogging (1) boards (1) booking (1) box (1) cairn (1) campaign (1) campaigns (1) cdp (1) channels (1) chatgpt (1) circleci (1) claude (1) clickup (1) climate (1) cloud-native (1) cloudflare (1) cloudinary (1) cloudwatch (1) code-execution (1) code-review (1) codex (1) community (1) components (1) compute (1) confluence (1) content-management (1) contentful (1) context-switching (1) conversations (1) cortex (1) cosmos-db (1) cost-optimization (1) crypto (1) customer-data (1) customer-support (1) dashboards (1) data-extraction (1) data-warehouse (1) databases (1) datasets (1) deals (1) design (1) design-system (1) developer-tools (1) directions (1) discord (1) discovery (1) docker (1) document-db (1) documentation (1) dynamodb (1) e-commerce (1) elasticsearch (1) entities (1) european (1) event-streaming (1) extraction (1) fast (1) feature-flags (1) fetch (1) filesystem (1) forecast (1) frontend (1) full-text-search (1) funnels (1) fuzzing (1) gcp (1) geocoding (1) geospatial (1) github (1) gitlab (1) google-drive (1) graphql (1) groq (1) hashicorp (1) helpdesk (1) http402 (1) hubspot (1) huggingface (1) iac (1) image-generation (1) images (1) incidents (1) integration (1) intercom (1) ios (1) issues (1) javascript (1) jenkins (1) jira (1) k8s (1) kafka (1) key-value (1) llm-ready (1) load-balancing (1) local-search (1) location (1) logging (1) mailgun (1) maps (1) mcp-gateway (1) mcp-management (1) merge-requests (1) migrations (1) mintlify (1) mixpanel (1) model-selection (1) monday (1) mongodb (1) mysql (1) neural-search (1) new-relic (1) newsletter (1) nextjs (1) nosql (1) notifications (1) notion (1) offensive-security (1) openai (1) openapi (1) openshift (1) osint (1) pentesting (1) places (1) planning (1) postmark (1) profiles (1) prometheus (1) promql (1) prototyping (1) publishing (1) pull-requests (1) python (1) quality-assurance (1) queue (1) real-time (1) reasoning (1) relationships (1) replicate (1) reranking (1) rollbar (1) routing (1) s3 (1) saas (1) salesforce (1) sandbox (1) sanity (1) security (1) sendgrid (1) session (1) sheets (1) shopify (1) slack (1) sms (1) snowflake (1) sonar (1) spreadsheet (1) sqlite (1) stablecoins (1) store (1) subscriptions (1) subtitles (1) teams (1) telegram (1) telephony (1) templates (1) terraform (1) todoist (1) tracking (1) transcripts (1) vectors (1) voice (1) vulnerability-scanning (1) warehouse (1) weather (1) whatsapp (1) wordpress (1) work-os (1) workers (1) workflows (1) youtube (1) zapier (1)
clear filters

Servers (1)

OpenAI

[?]
Official OpenAI Agents SDK with MCP support. Build AI agents that connect to MCP servers for tool integration. Supports both MCP client (consuming tools) and MCP server (exposing tools) patterns. ChatGPT desktop app supports MCP connections. Codex agent framework with native MCP transport. Industry-standard AI platform integration.
https://github.com/openai/openai-agents-python
stdio api_key 10 tools aillmagentsopenaichatgptcodexofficial
Registered 2026-02-09 by OpenAI

Register Your MCP Server

curl -X POST https://agentphonebook.org/mcp-servers/register \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My MCP Server",
    "url": "https://example.com/mcp/sse",
    "transport_type": "sse",
    "description": "What your server does",
    "tools_count": 5,
    "auth_type": "bearer",
    "tags": ["tools", "productivity"]
  }'