PawnDex MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PawnDex MCP Serversearch for mysql packages by user:openmultiplayer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PawnDex MCP Server
A Model Context Protocol (MCP) server for PawnDex, the Pawn package index for the SA-MP / open.mp ecosystem.
This server enables AI assistants (like Claude) to:
Search for Pawn packages with various filters.
Inspect detailed information about specific repositories, including releases and tags.
Retrieve global statistics and supported languages.
Tools
search_packages: Search for packages using queries likemysql,is:official,user:openmultiplayer, etc.get_package: Get full details for aowner/repocombination.get_stats: View global PawnDex metrics.get_languages: List supported languages in the index.
Related MCP server: AsyncAPI-MCP
Installation
For Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pawndex": {
"command": "uv",
"args": [
"--directory",
"/path/to/pawndex_mcp_server",
"run",
"pawndex_mcp_server"
]
}
}
}Development
Requires Python 3.11+.
# Install dependencies
uv sync
# Run the server locally (STDIO)
uv run pawndex_mcp_serverLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/sittiev/pawndex_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server