{"count":50,"results":[{"slug":"airtable-api","name":"Airtable","category":"api","summary":"Structured records over REST, useful as an agent-writable lightweight database.","description":"","auth_mode":"Bearer personal access token","endpoint":"https://api.airtable.com/v0/{baseId}/{table}","docs_url":"https://airtable.com/developers/web/api/introduction","tags":["database","records"],"capabilities":["store records","query a table","update a row","lightweight database"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"5 req/s per base","pricing":"free tier","invocation_example":"curl \"https://api.airtable.com/v0/$BASE/Table\" -H \"Authorization: Bearer $AIRTABLE_PAT\"","verified":false,"verified_at":null,"featured":false,"checks_total":5,"checks_ok":0,"avg_latency_ms":349,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"algolia-search-api","name":"Algolia","category":"api","summary":"Hosted keyword and faceted search with sub-50ms responses.","description":"","auth_mode":"App ID + API key headers","endpoint":"https://{appid}-dsn.algolia.net/1/indexes/{index}/query","docs_url":"https://www.algolia.com/doc/rest-api/search/","tags":["search","index"],"capabilities":["full text search","faceted search","index documents","autocomplete"],"auth_params":[{"name":"X-Algolia-API-Key","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"plan-based","pricing":"10k searches/mo free","invocation_example":"curl -X POST \"https://$APP-dsn.algolia.net/1/indexes/items/query\" -H \"X-Algolia-API-Key: $KEY\" -H \"X-Algolia-Application-Id: $APP\" -d '{\"params\":\"query=shoes\"}'","verified":false,"verified_at":null,"featured":false,"checks_total":2,"checks_ok":0,"avg_latency_ms":4,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"anthropic-api","name":"Anthropic Messages","category":"api","summary":"Claude models with tool use, long context and streaming responses.","description":"","auth_mode":"x-api-key header","endpoint":"https://api.anthropic.com/v1/messages","docs_url":"https://docs.anthropic.com/en/api/messages","tags":["ai","llm"],"capabilities":["chat completion","tool use","long context reasoning","vision"],"auth_params":[{"name":"x-api-key","location":"header","required":true}],"input_format":"application/json","output_format":"application/json or SSE stream","rate_limit":"Tier-based RPM/TPM","pricing":"Per token","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":7,"checks_ok":7,"avg_latency_ms":57,"health_ok":true,"health_status_code":405,"health_checked_at":"2026-09-14T09:25:48.104+00:00","health_latency_ms":77},{"slug":"aws-cli","name":"AWS CLI","category":"cli","summary":"Full programmatic control of every AWS service from one binary.","description":"","auth_mode":"IAM credentials / SSO","endpoint":"aws","docs_url":"https://docs.aws.amazon.com/cli/latest/reference/","tags":["cloud","devops"],"capabilities":["upload to s3","manage cloud resources","invoke a lambda","provision infrastructure"],"auth_params":[],"input_format":"CLI args","output_format":"json","rate_limit":"service-based","pricing":"free CLI, paid services","invocation_example":"aws s3 cp report.pdf s3://my-bucket/ --acl private","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"brave-search-api","name":"Brave Search","category":"api","summary":"Independent web index queryable as JSON — a common grounding source for agents.","description":"","auth_mode":"X-Subscription-Token header","endpoint":"https://api.search.brave.com/res/v1/web/search","docs_url":"https://api-dashboard.search.brave.com/app/documentation","tags":["search","web"],"capabilities":["web search","news search","ground answers"],"auth_params":[{"name":"X-Subscription-Token","location":"header","required":true}],"input_format":"query string","output_format":"application/json","rate_limit":"1 req/s free tier","pricing":"2k queries/mo free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":7,"checks_ok":7,"avg_latency_ms":812,"health_ok":true,"health_status_code":422,"health_checked_at":"2026-09-14T09:25:44.027+00:00","health_latency_ms":859},{"slug":"browserless-api","name":"Browserless","category":"api","summary":"Headless Chrome as an HTTP service: screenshots, PDFs and full browser automation.","description":"","auth_mode":"token query parameter","endpoint":"https://production-sfo.browserless.io/screenshot","docs_url":"https://docs.browserless.io/http-apis/screenshot","tags":["browser","automation"],"capabilities":["take a screenshot","render a page","generate a pdf","browser automation"],"auth_params":[{"name":"token","location":"query","required":true}],"input_format":"application/json","output_format":"image/png","rate_limit":"concurrency-based","pricing":"free trial, then usage","invocation_example":"curl -X POST \"https://production-sfo.browserless.io/screenshot?token=$TOKEN\" -d '{\"url\":\"https://example.com\"}' --output shot.png","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":439,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:26:04.941+00:00","health_latency_ms":438},{"slug":"cloudflare-api","name":"Cloudflare API","category":"api","summary":"DNS, Workers, caching and zone configuration over REST.","description":"","auth_mode":"Bearer API token","endpoint":"https://api.cloudflare.com/client/v4","docs_url":"https://developers.cloudflare.com/api/","tags":["dns","infrastructure"],"capabilities":["manage dns","purge cache","deploy a worker","configure a domain"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"1200 req/5min","pricing":"free tier","invocation_example":"curl \"https://api.cloudflare.com/client/v4/zones\" -H \"Authorization: Bearer $CF_TOKEN\"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":1,"avg_latency_ms":63,"health_ok":true,"health_status_code":404,"health_checked_at":"2026-09-14T09:25:58.846+00:00","health_latency_ms":72},{"slug":"cloudflare-docs-mcp","name":"Cloudflare Docs MCP","category":"mcp","summary":"Hosted MCP server answering questions over the full Cloudflare documentation.","description":"","auth_mode":"None (public)","endpoint":"https://docs.mcp.cloudflare.com/sse","docs_url":"https://developers.cloudflare.com/agents/model-context-protocol/mcp-servers-for-cloudflare/","tags":["docs","infrastructure"],"capabilities":["search documentation","cloudflare help","workers docs"],"auth_params":[],"input_format":"MCP SSE","output_format":"MCP tool results","rate_limit":"fair use","pricing":"free","invocation_example":"claude mcp add --transport sse cloudflare-docs https://docs.mcp.cloudflare.com/sse","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":83,"health_ok":true,"health_status_code":410,"health_checked_at":"2026-09-14T09:25:44.367+00:00","health_latency_ms":92},{"slug":"cloudflare-mcp","name":"Cloudflare MCP","category":"mcp","summary":"Workers, DNS, analytics and logs exposed as remote MCP tools.","description":"","auth_mode":"OAuth 2.1","endpoint":"https://observability.mcp.cloudflare.com/mcp","docs_url":"https://developers.cloudflare.com","tags":["edge","infra"],"capabilities":[],"auth_params":[],"input_format":"","output_format":"","rate_limit":"","pricing":"","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":15,"checks_ok":15,"avg_latency_ms":34,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:54.482+00:00","health_latency_ms":53},{"slug":"cloudflare-mcp-server","name":"Cloudflare MCP","category":"mcp","summary":"Remote MCP servers for Workers, observability, DNS analytics and docs.","description":"","auth_mode":"OAuth","endpoint":"https://docs.mcp.cloudflare.com/mcp","docs_url":"https://developers.cloudflare.com/agents/model-context-protocol/","tags":["infra","dns"],"capabilities":["deploy worker","read documentation","read logs","manage dns record"],"auth_params":[],"input_format":"JSON-RPC 2.0 (MCP)","output_format":"MCP tool results","rate_limit":"Account quota","pricing":"Free tier available","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":75,"health_ok":true,"health_status_code":405,"health_checked_at":"2026-09-14T09:25:46.143+00:00","health_latency_ms":33},{"slug":"cloudflare-r2-s3-api","name":"Cloudflare R2 (S3 API)","category":"api","summary":"S3-compatible object storage with zero egress fees.","description":"","auth_mode":"AWS SigV4","endpoint":"https://{account}.r2.cloudflarestorage.com","docs_url":"https://developers.cloudflare.com/r2/api/s3/api/","tags":["storage","s3"],"capabilities":["store a file","upload an object","serve static assets","object storage"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"binary","output_format":"binary / xml","rate_limit":"high","pricing":"10 GB/mo free","invocation_example":"aws s3 cp file.png s3://bucket/ --endpoint-url https://$ACCOUNT.r2.cloudflarestorage.com","verified":false,"verified_at":null,"featured":false,"checks_total":2,"checks_ok":0,"avg_latency_ms":3,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"coingecko-api","name":"CoinGecko","category":"api","summary":"Crypto prices, market caps and historical charts, generous free tier.","description":"","auth_mode":"None (demo) / x-cg-api-key","endpoint":"https://api.coingecko.com/api/v3/simple/price","docs_url":"https://docs.coingecko.com/reference/introduction","tags":["crypto","finance"],"capabilities":["crypto price","market data","historical prices"],"auth_params":[],"input_format":"query string","output_format":"application/json","rate_limit":"30 req/min free","pricing":"free tier","invocation_example":"curl \"https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd\"","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":149,"health_ok":true,"health_status_code":422,"health_checked_at":"2026-09-14T09:25:50.311+00:00","health_latency_ms":169},{"slug":"context7-mcp","name":"Context7 MCP","category":"mcp","summary":"Up-to-date library documentation injected into the model context on demand.","description":"","auth_mode":"Optional API key","endpoint":"https://mcp.context7.com/mcp","docs_url":"https://github.com/upstash/context7","tags":["docs","libraries"],"capabilities":["read library docs","up to date documentation","resolve a package"],"auth_params":[],"input_format":"MCP streamable http","output_format":"MCP tool results","rate_limit":"fair use","pricing":"free tier","invocation_example":"claude mcp add --transport http context7 https://mcp.context7.com/mcp","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":564,"health_ok":true,"health_status_code":405,"health_checked_at":"2026-09-14T09:25:42.202+00:00","health_latency_ms":513},{"slug":"context7-mcp-server","name":"Context7 MCP","category":"mcp","summary":"Up-to-date library documentation injected straight into an agent's context.","description":"","auth_mode":"None (optional API key)","endpoint":"https://mcp.context7.com/mcp","docs_url":"https://github.com/upstash/context7","tags":["docs","dev"],"capabilities":["read documentation","resolve library id","ground code generation"],"auth_params":[],"input_format":"JSON-RPC 2.0 (MCP)","output_format":"MCP tool results","rate_limit":"Fair use","pricing":"Free","invocation_example":"","verified":true,"verified_at":"2026-09-14T09:07:34.585+00:00","featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":565,"health_ok":true,"health_status_code":405,"health_checked_at":"2026-09-14T09:26:09.509+00:00","health_latency_ms":503},{"slug":"curl-cli","name":"curl","category":"cli","summary":"The universal fallback when no SDK or MCP server exists yet.","description":"","auth_mode":"per target","endpoint":"curl -sS -H 'Authorization: ...'","docs_url":"https://curl.se/docs/manpage.html","tags":["http"],"capabilities":[],"auth_params":[],"input_format":"","output_format":"","rate_limit":"","pricing":"","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"deepgram-api","name":"Deepgram","category":"api","summary":"Speech-to-text transcription with diarization, streaming and 30+ languages.","description":"","auth_mode":"Token header","endpoint":"https://api.deepgram.com/v1/listen","docs_url":"https://developers.deepgram.com/reference/listen-remote-files","tags":["audio","speech"],"capabilities":["transcribe audio","speech to text","diarize speakers","transcribe a call"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"audio/* or application/json","output_format":"application/json","rate_limit":"concurrency-based","pricing":"$200 free credit","invocation_example":"curl -X POST https://api.deepgram.com/v1/listen -H \"Authorization: Token $DG_KEY\" -d '{\"url\":\"https://x/audio.wav\"}'","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":811,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:54.216+00:00","health_latency_ms":732},{"slug":"deepl-api","name":"DeepL","category":"api","summary":"High-quality machine translation across 30+ languages with formality control.","description":"","auth_mode":"DeepL-Auth-Key header","endpoint":"https://api-free.deepl.com/v2/translate","docs_url":"https://developers.deepl.com/docs/api-reference/translate","tags":["translation","language"],"capabilities":["translate text","detect language","translate a document"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/x-www-form-urlencoded","output_format":"application/json","rate_limit":"500k chars/mo free","pricing":"free tier then per character","invocation_example":"curl -X POST https://api-free.deepl.com/v2/translate -H \"Authorization: DeepL-Auth-Key $DEEPL_KEY\" -d \"text=hello&target_lang=FR\"","verified":false,"verified_at":null,"featured":false,"checks_total":5,"checks_ok":5,"avg_latency_ms":222,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"deepwiki-mcp-server","name":"DeepWiki MCP","category":"mcp","summary":"Ask questions about any public GitHub repository through indexed wikis.","description":"","auth_mode":"None","endpoint":"https://mcp.deepwiki.com/mcp","docs_url":"https://docs.devin.ai/work-with-devin/deepwiki-mcp","tags":["docs","dev"],"capabilities":["read documentation","explain codebase","ask about repository"],"auth_params":[],"input_format":"JSON-RPC 2.0 (MCP)","output_format":"MCP tool results","rate_limit":"Fair use","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":905,"health_ok":true,"health_status_code":406,"health_checked_at":"2026-09-14T09:26:19.07+00:00","health_latency_ms":920},{"slug":"deepwiki-mcp","name":"DeepWiki MCP","category":"mcp","summary":"Ask questions about any public GitHub repository through generated documentation.","description":"","auth_mode":"None (public)","endpoint":"https://mcp.deepwiki.com/mcp","docs_url":"https://docs.devin.ai/work-with-devin/deepwiki-mcp","tags":["code","docs"],"capabilities":["understand a repository","ask about a codebase","read repo documentation"],"auth_params":[],"input_format":"MCP streamable http","output_format":"MCP tool results","rate_limit":"fair use","pricing":"free","invocation_example":"claude mcp add --transport http deepwiki https://mcp.deepwiki.com/mcp","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":830,"health_ok":true,"health_status_code":406,"health_checked_at":"2026-09-14T09:26:02.588+00:00","health_latency_ms":925},{"slug":"discord-api","name":"Discord REST API","category":"api","summary":"Bot-driven access to guilds, channels and messages.","description":"","auth_mode":"Bot token header","endpoint":"https://discord.com/api/v10","docs_url":"https://discord.com/developers/docs/reference","tags":["chat","community"],"capabilities":["send a discord message","manage channels","read messages"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"dynamic per route","pricing":"free","invocation_example":"curl -X POST https://discord.com/api/v10/channels/$ID/messages -H \"Authorization: Bot $TOKEN\" -d '{\"content\":\"hi\"}'","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":1,"avg_latency_ms":167,"health_ok":true,"health_status_code":404,"health_checked_at":"2026-09-14T09:25:51.827+00:00","health_latency_ms":165},{"slug":"docker-cli","name":"Docker CLI","category":"cli","summary":"Build, run and ship containers — the standard sandbox for agent-executed code.","description":"","auth_mode":"docker login","endpoint":"docker","docs_url":"https://docs.docker.com/reference/cli/docker/","tags":["containers","devops"],"capabilities":["run code in a sandbox","build an image","deploy a container","isolate execution"],"auth_params":[],"input_format":"CLI args","output_format":"stdout","rate_limit":"registry limits","pricing":"free tier","invocation_example":"docker run --rm -v $PWD:/app python:3.12 python /app/script.py","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"duckdb-cli","name":"DuckDB CLI","category":"cli","summary":"In-process analytical SQL over CSV, Parquet and JSON without a server.","description":"","auth_mode":"None","endpoint":"duckdb","docs_url":"https://duckdb.org/docs/stable/clients/cli/overview","tags":["database","analytics"],"capabilities":["analyze a csv","query parquet","run analytical sql","data transformation"],"auth_params":[],"input_format":"SQL","output_format":"stdout / parquet / json","rate_limit":"none","pricing":"free / open source","invocation_example":"duckdb -c \"select count(*) from read_csv_auto('data.csv')\"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"elevenlabs-api","name":"ElevenLabs","category":"api","summary":"Text-to-speech with cloned and multilingual voices, streaming supported.","description":"","auth_mode":"xi-api-key header","endpoint":"https://api.elevenlabs.io/v1/text-to-speech/{voice_id}","docs_url":"https://elevenlabs.io/docs/api-reference/text-to-speech","tags":["audio","voice"],"capabilities":["text to speech","generate a voice","narrate text","clone a voice"],"auth_params":[{"name":"xi-api-key","location":"header","required":true}],"input_format":"application/json","output_format":"audio/mpeg","rate_limit":"concurrency-based","pricing":"10k chars/mo free","invocation_example":"curl -X POST https://api.elevenlabs.io/v1/text-to-speech/$VOICE -H \"xi-api-key: $KEY\" -d '{\"text\":\"hello\"}' --output out.mp3","verified":false,"verified_at":null,"featured":false,"checks_total":5,"checks_ok":1,"avg_latency_ms":115,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"exa-search-api","name":"Exa","category":"api","summary":"Neural search over the web with semantic queries and full-text retrieval.","description":"","auth_mode":"x-api-key header","endpoint":"https://api.exa.ai/search","docs_url":"https://docs.exa.ai/reference/search","tags":["search","web"],"capabilities":["semantic search","web search","find similar pages","retrieve page contents"],"auth_params":[{"name":"x-api-key","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"5 req/s","pricing":"usage-based, free tier","invocation_example":"curl -X POST https://api.exa.ai/search -H \"x-api-key: $EXA_API_KEY\" -d '{\"query\":\"MCP registries\",\"numResults\":5}'","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":1,"avg_latency_ms":186,"health_ok":true,"health_status_code":404,"health_checked_at":"2026-09-14T09:25:46.886+00:00","health_latency_ms":203},{"slug":"exchangerate-api","name":"exchangerate.host","category":"api","summary":"Foreign exchange rates and currency conversion, no signup for basic use.","description":"","auth_mode":"None (access key for higher tiers)","endpoint":"https://api.exchangerate.host/latest","docs_url":"https://exchangerate.host/documentation","tags":["finance","data"],"capabilities":["convert currency","get exchange rate","historical rates"],"auth_params":[],"input_format":"query string","output_format":"application/json","rate_limit":"Fair use","pricing":"Free tier","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":280,"health_ok":true,"health_status_code":403,"health_checked_at":"2026-09-14T09:25:58.592+00:00","health_latency_ms":300},{"slug":"fetch-mcp","name":"Fetch MCP","category":"mcp","summary":"Reference server that fetches a URL and converts it to markdown for the model.","description":"","auth_mode":"None","endpoint":"uvx mcp-server-fetch","docs_url":"https://github.com/modelcontextprotocol/servers/tree/main/src/fetch","tags":["web","fetch"],"capabilities":["fetch a url","read a web page","html to markdown"],"auth_params":[],"input_format":"MCP stdio","output_format":"MCP tool results","rate_limit":"local","pricing":"free / open source","invocation_example":"{\"mcpServers\":{\"fetch\":{\"command\":\"uvx\",\"args\":[\"mcp-server-fetch\"]}}}","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"fetch-mcp-server","name":"Fetch MCP","category":"mcp","summary":"Reference server that fetches a URL and converts it to markdown for the model.","description":"","auth_mode":"None","endpoint":"npx -y @modelcontextprotocol/server-fetch","docs_url":"https://github.com/modelcontextprotocol/servers/tree/main/src/fetch","tags":["web","content"],"capabilities":["fetch url","html to markdown","read web page"],"auth_params":[],"input_format":"JSON-RPC 2.0 over stdio","output_format":"MCP tool results","rate_limit":"None","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"ffmpeg-cli","name":"ffmpeg","category":"cli","summary":"Media transcoding an agent can drive deterministically from a prompt.","description":"","auth_mode":"none","endpoint":"ffmpeg -i in.mp4 out.webm","docs_url":"https://ffmpeg.org/documentation.html","tags":["media"],"capabilities":[],"auth_params":[],"input_format":"","output_format":"","rate_limit":"","pricing":"","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"filesystem-mcp","name":"Filesystem MCP","category":"mcp","summary":"Reference MCP server exposing sandboxed read/write access to local directories.","description":"","auth_mode":"None (path allow-list)","endpoint":"npx -y @modelcontextprotocol/server-filesystem /path","docs_url":"https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem","tags":["files","local"],"capabilities":["read a file","write a file","list a directory","search files"],"auth_params":[],"input_format":"MCP stdio","output_format":"MCP tool results","rate_limit":"local","pricing":"free / open source","invocation_example":"{\"mcpServers\":{\"filesystem\":{\"command\":\"npx\",\"args\":[\"-y\",\"@modelcontextprotocol/server-filesystem\",\"/work\"]}}}","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"filesystem-mcp-server","name":"Filesystem MCP","category":"mcp","summary":"Reference server giving agents scoped read/write access to local directories.","description":"","auth_mode":"None (local stdio, path-scoped)","endpoint":"npx -y @modelcontextprotocol/server-filesystem <allowed-dir>","docs_url":"https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem","tags":["files","local"],"capabilities":["read file","write file","list directory","search files"],"auth_params":[],"input_format":"JSON-RPC 2.0 over stdio","output_format":"MCP tool results","rate_limit":"None","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"firecrawl-api","name":"Firecrawl","category":"api","summary":"Turn any URL or whole site into clean markdown ready for a model context.","description":"","auth_mode":"Bearer API key","endpoint":"https://api.firecrawl.dev/v1/scrape","docs_url":"https://docs.firecrawl.dev/api-reference/endpoint/scrape","tags":["scraping","web"],"capabilities":["scrape a website","crawl a site","html to markdown","extract structured data"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"plan-based","pricing":"500 credits free","invocation_example":"curl -X POST https://api.firecrawl.dev/v1/scrape -H \"Authorization: Bearer $FIRECRAWL_API_KEY\" -d '{\"url\":\"https://example.com\",\"formats\":[\"markdown\"]}'","verified":false,"verified_at":null,"featured":false,"checks_total":7,"checks_ok":2,"avg_latency_ms":295,"health_ok":true,"health_status_code":405,"health_checked_at":"2026-09-14T09:25:56.547+00:00","health_latency_ms":511},{"slug":"frankfurter-fx-api","name":"Frankfurter FX","category":"api","summary":"Reference exchange rates from the ECB, free and keyless.","description":"","auth_mode":"None","endpoint":"https://api.frankfurter.app/latest","docs_url":"https://frankfurter.dev/","tags":["finance","open-data"],"capabilities":["convert currency","exchange rate","historical fx"],"auth_params":[],"input_format":"query string","output_format":"application/json","rate_limit":"fair use","pricing":"free","invocation_example":"curl \"https://api.frankfurter.app/latest?from=EUR&to=USD\"","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":67,"health_ok":true,"health_status_code":200,"health_checked_at":"2026-09-14T09:25:51.18+00:00","health_latency_ms":79},{"slug":"gh-cli","name":"gh","category":"cli","summary":"GitHub from the shell. gh pr create, gh issue list --json for parsing.","description":"","auth_mode":"gh auth login","endpoint":"gh <command> --json","docs_url":"https://cli.github.com/manual","tags":["vcs","json-output"],"capabilities":[],"auth_params":[],"input_format":"","output_format":"","rate_limit":"","pricing":"","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"git-cli","name":"git","category":"cli","summary":"Version control operations agents need to inspect and change codebases.","description":"","auth_mode":"SSH key or token","endpoint":"git <command> [args]","docs_url":"https://git-scm.com/docs","tags":["dev","git"],"capabilities":["read repository","commit changes","create branch","diff code"],"auth_params":[],"input_format":"CLI arguments","output_format":"stdout","rate_limit":"None","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"github-mcp","name":"GitHub MCP","category":"mcp","summary":"Repos, issues, pull requests and code search as first-class tools.","description":"","auth_mode":"OAuth 2.1","endpoint":"https://api.githubcopilot.com/mcp","docs_url":"https://docs.github.com","tags":["code","vcs"],"capabilities":["code-search","repositories","pull-requests","issues"],"auth_params":[],"input_format":"MCP JSON-RPC","output_format":"MCP content","rate_limit":"","pricing":"included with GitHub","invocation_example":"","verified":true,"verified_at":"2026-08-13T22:01:23.991048+00:00","featured":false,"checks_total":15,"checks_ok":15,"avg_latency_ms":154,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:47.84+00:00","health_latency_ms":86},{"slug":"github-mcp-server","name":"GitHub MCP Server","category":"mcp","summary":"Official MCP server exposing repos, issues, PRs and code search as tools.","description":"","auth_mode":"OAuth or PAT bearer","endpoint":"https://api.githubcopilot.com/mcp/","docs_url":"https://github.com/github/github-mcp-server","tags":["dev","git"],"capabilities":["read repository","open issue","create pull request","search code","review code"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"JSON-RPC 2.0 (MCP)","output_format":"MCP tool results","rate_limit":"GitHub API limits apply","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":259,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:45.608+00:00","health_latency_ms":259},{"slug":"github-rest-api","name":"GitHub REST","category":"api","summary":"Repositories, issues, pull requests, actions and releases as HTTP resources.","description":"","auth_mode":"Bearer personal access token","endpoint":"https://api.github.com","docs_url":"https://docs.github.com/en/rest","tags":["dev","git"],"capabilities":["read repository","open issue","create pull request","trigger workflow","search code"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"5000 req/h authenticated","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":7,"checks_ok":7,"avg_latency_ms":41,"health_ok":true,"health_status_code":200,"health_checked_at":"2026-09-14T09:25:55.657+00:00","health_latency_ms":53},{"slug":"google-calendar-api","name":"Google Calendar API","category":"api","summary":"Create, list and update calendar events on behalf of a user.","description":"","auth_mode":"OAuth 2.0 bearer token","endpoint":"https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events","docs_url":"https://developers.google.com/calendar/api/v3/reference/events","tags":["calendar","scheduling"],"capabilities":["create an event","schedule a meeting","list events","check availability"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"1M queries/day","pricing":"free","invocation_example":"curl \"https://www.googleapis.com/calendar/v3/calendars/primary/events\" -H \"Authorization: Bearer $TOKEN\"","verified":false,"verified_at":null,"featured":false,"checks_total":2,"checks_ok":2,"avg_latency_ms":19,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"google-maps-places-api","name":"Google Places","category":"api","summary":"Place search, details and geocoding for location-aware agents.","description":"","auth_mode":"X-Goog-Api-Key header","endpoint":"https://places.googleapis.com/v1/places:searchText","docs_url":"https://developers.google.com/maps/documentation/places/web-service","tags":["maps","location"],"capabilities":["search places","geocode address","get place details","compute route"],"auth_params":[{"name":"X-Goog-Api-Key","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"QPS quota per project","pricing":"Monthly credit then per request","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":1,"avg_latency_ms":83,"health_ok":true,"health_status_code":404,"health_checked_at":"2026-09-14T09:26:05.184+00:00","health_latency_ms":53},{"slug":"hackernews-api","name":"Hacker News Firebase API","category":"api","summary":"Public, auth-free feed of stories, comments and users.","description":"","auth_mode":"None","endpoint":"https://hacker-news.firebaseio.com/v0/topstories.json","docs_url":"https://github.com/HackerNews/API","tags":["news","public"],"capabilities":["read news feed","monitor topic","fetch comments"],"auth_params":[],"input_format":"query string","output_format":"application/json","rate_limit":"Fair use","pricing":"Free","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":6,"avg_latency_ms":451,"health_ok":true,"health_status_code":200,"health_checked_at":"2026-09-14T09:26:08.369+00:00","health_latency_ms":463},{"slug":"hugging-face-inference-api","name":"Hugging Face Inference","category":"api","summary":"Serverless inference across thousands of hosted community models.","description":"","auth_mode":"Bearer token","endpoint":"https://router.huggingface.co/hf-inference/models","docs_url":"https://huggingface.co/docs/api-inference/index","tags":["ai","models"],"capabilities":["text classification","text embedding","image classification","run open model"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json","output_format":"application/json","rate_limit":"Free tier throttled","pricing":"Free tier then usage-based","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":7,"checks_ok":1,"avg_latency_ms":72,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:27:02.001+00:00","health_latency_ms":132},{"slug":"hugging-face-mcp","name":"Hugging Face MCP","category":"mcp","summary":"Hosted MCP server over models, datasets, Spaces and inference.","description":"","auth_mode":"Bearer HF token","endpoint":"https://huggingface.co/mcp","docs_url":"https://huggingface.co/settings/mcp","tags":["models","datasets"],"capabilities":["search models","search datasets","run inference","explore spaces"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"MCP streamable http","output_format":"MCP tool results","rate_limit":"account-based","pricing":"free tier","invocation_example":"claude mcp add --transport http huggingface https://huggingface.co/mcp","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":137,"health_ok":true,"health_status_code":200,"health_checked_at":"2026-09-14T09:26:03.767+00:00","health_latency_ms":130},{"slug":"imagemagick-cli","name":"ImageMagick","category":"cli","summary":"Resize, convert, composite and inspect images from the command line.","description":"","auth_mode":"None","endpoint":"magick","docs_url":"https://imagemagick.org/script/command-line-processing.php","tags":["images","media"],"capabilities":["resize an image","convert image format","crop an image","compress an image"],"auth_params":[],"input_format":"image files","output_format":"image files","rate_limit":"none","pricing":"free / open source","invocation_example":"magick input.png -resize 800x600 output.jpg","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"jq-cli","name":"jq","category":"cli","summary":"Stream-oriented JSON processor — the glue between two API calls.","description":"","auth_mode":"None","endpoint":"jq","docs_url":"https://jqlang.github.io/jq/manual/","tags":["json","core"],"capabilities":["parse json","transform json","filter data","extract a field"],"auth_params":[],"input_format":"stdin","output_format":"stdout","rate_limit":"none","pricing":"free / open source","invocation_example":"curl -s https://api.example.com | jq '.items[].id'","verified":false,"verified_at":null,"featured":false,"checks_total":0,"checks_ok":0,"avg_latency_ms":null,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"linear-api","name":"Linear","category":"api","summary":"GraphQL issue tracker. Strong schema, great for planning agents.","description":"","auth_mode":"API key header","endpoint":"https://api.linear.app/graphql","docs_url":"https://developers.linear.app","tags":["issues","graphql"],"capabilities":["issue-tracking","project-planning","graphql-query"],"auth_params":[],"input_format":"application/json (GraphQL)","output_format":"application/json","rate_limit":"1500 req/h","pricing":"free for teams","invocation_example":"POST https://api.linear.app/graphql","verified":true,"verified_at":"2026-08-13T22:01:23.991048+00:00","featured":false,"checks_total":15,"checks_ok":15,"avg_latency_ms":257,"health_ok":true,"health_status_code":400,"health_checked_at":"2026-09-14T09:25:48.726+00:00","health_latency_ms":246},{"slug":"linear-graphql-api","name":"Linear GraphQL API","category":"api","summary":"Create, query and update issues, projects and cycles from a single GraphQL endpoint.","description":"","auth_mode":"API key header","endpoint":"https://api.linear.app/graphql","docs_url":"https://developers.linear.app/docs/graphql/working-with-the-graphql-api","tags":["issues","project-management"],"capabilities":["create an issue","track a task","query a backlog","update project status"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"application/json (GraphQL)","output_format":"application/json","rate_limit":"1500 req/h","pricing":"free with workspace","invocation_example":"curl -X POST https://api.linear.app/graphql -H \"Authorization: $LINEAR_KEY\" -d '{\"query\":\"{ viewer { id } }\"}'","verified":false,"verified_at":null,"featured":false,"checks_total":7,"checks_ok":7,"avg_latency_ms":234,"health_ok":true,"health_status_code":400,"health_checked_at":"2026-09-14T09:25:50.889+00:00","health_latency_ms":238},{"slug":"linear-mcp","name":"Linear MCP","category":"mcp","summary":"Official hosted MCP server for issues, projects and cycles.","description":"","auth_mode":"OAuth 2.1","endpoint":"https://mcp.linear.app/mcp","docs_url":"https://linear.app/docs/mcp","tags":["issues","project-management"],"capabilities":["create an issue","search issues","update a task","read a project"],"auth_params":[{"name":"Authorization","location":"header","required":true}],"input_format":"MCP streamable http","output_format":"MCP tool results","rate_limit":"workspace-based","pricing":"free with workspace","invocation_example":"claude mcp add --transport http linear https://mcp.linear.app/mcp","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":42,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:59.127+00:00","health_latency_ms":60},{"slug":"linear-mcp-server","name":"Linear MCP","category":"mcp","summary":"Manage issues, projects and cycles from an agent session.","description":"","auth_mode":"OAuth","endpoint":"https://mcp.linear.app/mcp","docs_url":"https://linear.app/docs/mcp","tags":["project","issues"],"capabilities":["create issue","update issue status","query backlog","assign work"],"auth_params":[],"input_format":"JSON-RPC 2.0 over SSE","output_format":"MCP tool results","rate_limit":"Linear API limits apply","pricing":"Free with workspace","invocation_example":"","verified":false,"verified_at":null,"featured":false,"checks_total":6,"checks_ok":1,"avg_latency_ms":33,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:41.141+00:00","health_latency_ms":43},{"slug":"clearbit-logo-api","name":"Logo API (Clearbit)","category":"api","summary":"Company logo by domain, keyless image endpoint.","description":"","auth_mode":"None","endpoint":"https://logo.clearbit.com/{domain}","docs_url":"https://clearbit.com/logo","tags":["assets","branding"],"capabilities":["get a company logo","brand assets"],"auth_params":[],"input_format":"path parameter","output_format":"image/png","rate_limit":"fair use","pricing":"free","invocation_example":"curl https://logo.clearbit.com/stripe.com --output logo.png","verified":false,"verified_at":null,"featured":false,"checks_total":2,"checks_ok":0,"avg_latency_ms":23,"health_ok":null,"health_status_code":null,"health_checked_at":null,"health_latency_ms":null},{"slug":"mapbox-geocoding-api","name":"Mapbox Geocoding","category":"api","summary":"Forward and reverse geocoding: addresses to coordinates and back.","description":"","auth_mode":"access_token query parameter","endpoint":"https://api.mapbox.com/geocoding/v5/mapbox.places","docs_url":"https://docs.mapbox.com/api/search/geocoding/","tags":["geo","maps"],"capabilities":["geocode an address","reverse geocode","search places"],"auth_params":[{"name":"access_token","location":"query","required":true}],"input_format":"query string","output_format":"application/geo+json","rate_limit":"600 req/min","pricing":"100k req/mo free","invocation_example":"curl \"https://api.mapbox.com/geocoding/v5/mapbox.places/Paris.json?access_token=$MAPBOX_TOKEN\"","verified":false,"verified_at":null,"featured":false,"checks_total":3,"checks_ok":3,"avg_latency_ms":60,"health_ok":true,"health_status_code":401,"health_checked_at":"2026-09-14T09:25:47.238+00:00","health_latency_ms":52}],"docs":"https://agentnexus.app/llms.txt","mcp":"https://agentnexus.app/mcp"}