Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ankit-verma-209171 • Uncategorized
An MCP server providing AI agents direct access to Android developer documentation and API references.
Search across all Android documentation.
Fetch and parse Android developer pages into Markdown.
Look up API references and release notes for Android libraries.
This MCP server allows AI agents to search Android documentation, fetch and parse developer.android.com pages into Markdown, look up API references by class name, list Android packages, and retrieve Jetpack library release notes. It requires no installation and can be run directly via npx or bunx, making it easy to integrate with various MCP clients like VS Code or Claude Desktop. The tool caches data to improve performance and provides a structured interface to access official Android developer resources on demand.
Search the official Android developer documentation (developer.android.com). Returns matching API reference classes and developer guide articles. Use this to find relevant documentation pages for any Android topic.
Fetch and read any page from the official Android developer documentation (developer.android.com). Provide a full URL and get back clean markdown content. Automatically detects whether it's an API reference, guide, release notes, or other page and applies the best parser. Use this when you already have a specific URL from search results or a known documentation page.
Get the API reference documentation for a specific Android class or interface. Provide a fully-qualified class name (e.g., 'android.app.Activity', 'androidx.compose.ui.Modifier') and get back detailed documentation including class hierarchy, constants, constructors, methods, parameters, return types, and deprecation notices. Use this when you need detailed API information about a specific class.
List available Android packages from the official package index. Choose 'platform' for core Android SDK packages (android.*, java.*, etc.) or 'androidx' for Jetpack/AndroidX library packages. Returns package names, URLs, and brief descriptions. Use this to discover available packages before looking up specific classes.
Get release notes for an AndroidX / Jetpack library. Provide a library name (e.g., 'compose', 'navigation', 'lifecycle', 'room', 'paging') and optionally a specific version to filter to. Returns version history with dates, changes, bug fixes, and new features.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.