com.googleapis.developerknowledge/mcp
https://developerknowledge.googleapis.com/mcpskills: {'id': 'search_documents', 'name': 'search_documents', 'description': "Use this tool to find documentation about Google developer products. The documents contain official APIs, code snippets, release notes, best practices, guides, debugging info, and more. It covers the following products and domains:\n\n\n* ADK: adk.dev\n\n* Android: developer.android.com\n\n* Apigee: docs.apigee.com\n\n* Chrome: developer.chrome.com\n\n* Dart: dart.dev\n\n* Firebase: firebase.google.com\n\n* Flutter: docs.flutter.dev\n\n* Fuchsia: fuchsia.dev\n\n* Gemini CLI: geminicli.com\n\n* Go: go.dev\n\n* Google AI: ai.google.dev\n\n* Google Antigravity: antigravity.google\n\n* Google Cloud: cloud.google.com & docs.cloud.google.com\n\n* Google Developers, Ads, Search, Google Maps, Youtube: developers.google.com\n\n* Google Home: developers.home.google.com\n\n* Google Maps Platform: mapsplatform.google.com\n\n* TensorFlow: www.tensorflow.org\n\n* Web: web.dev\n\n\nThis tool returns chunks of text, names, and URLs for matching documents. If the returned chunks are not detailed enough to answer the user's question, use `get_documents` with the `parent` from this tool's output to retrieve the full document content.\n", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'answer_query', 'name': 'answer_query', 'description': 'Use answer_query to get a grounded answer to a query about Google developer products. This tool has limited quota. This tool will synthesize information from the corpus to generate an answer to the query. answer_query grounds answers using the same corpus as search_documents. \nThis tool returns the generated answer_text and a list of document names (references) used to generate the answer. Use get_documents with the document names to fetch the entire document content if needed.\n\nIf you get a 429 out of quota error, use search_documents instead.\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_documents', 'name': 'get_documents', 'description': 'Use this tool to retrieve the full content of a single document or up to 20 documents in a single call. The document names should be obtained from the `parent` field of results from a call to the `search_documents` tool. Set the `names` parameter to a list of document names.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 194.9ms; conformance: pass
How to connect
https://developerknowledge.googleapis.com/mcp
curl -X POST https://developerknowledge.googleapis.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'