Developer Tools
javadocs.dev
Provides tools to retrieve information about Maven Central artifacts, including latest versions, Javadoc, and source code.
ENDPOINT 1
https://www.javadocs.dev/mcp
Known tools 8
get_latest_versionResolves the latest published version of a Maven Central artifact (any groupId:artifactId — Java, Kotlin, or Scala library).
get_javadoc_indexFetches the rendered Javadoc/Scaladoc index page for a specific Maven Central artifact version, converted to plain text/markdown.
get_javadoc_content_listLists every entry in the Javadoc/Scaladoc jar of a Maven Central artifact version (HTML pages for classes/methods/packages, plus search-index files and resources).
get_javadoc_symbol_contentsReads one Javadoc/Scaladoc page from a Maven Central artifact, already converted to plain text/markdown so you don't have to parse HTML.
get_source_contentsReads one source file from a Maven Central library's sources jar (the `-sources.jar` artifact).
list_source_contentsLists every file inside the **sources jar** (the `-sources.jar` publishers attach alongside the binary) of a Maven Central artifact version.
search_artifactsSearches the indexed Maven Central catalog for artifacts whose groupId or artifactId contains a substring (case-insensitive).
symbol_to_artifactResolves a class name, fully-qualified type, or package name to the Maven Central artifact (groupId, artifactId) that publishes it.