Skip to main content
Glama

Pub.dev MCP Server

by devqxi

get_package_info

Retrieve comprehensive details about Dart/Flutter packages from pub.dev by specifying the package name, enabling efficient package analysis, version tracking, and dependency management.

Instructions

Get detailed information about a Dart/Flutter package from pub.dev

Input Schema

NameRequiredDescriptionDefault
packageNameYesName of the package to retrieve information for

Input Schema (JSON Schema)

{ "properties": { "packageName": { "description": "Name of the package to retrieve information for", "type": "string" } }, "required": [ "packageName" ], "type": "object" }
Install Server

Other Tools from Pub.dev MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devqxi/pubdev-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server