Skip to main content
Glama
coinpaprika

CoinPaprika MCP Server

Official

getContracts

List token contract addresses for a blockchain platform and map each to a CoinPaprika coin ID. Use platform IDs like eth-ethereum to get contracts with their associated coin identifiers.

Instructions

List the token contract addresses tracked on one platform as a list, mapping each contract to its CoinPaprika coin id. Use for 'contracts on ethereum', 'what tokens does BSC have', or to map a contract address to a coin id. Find the platformId first with getPlatforms; for one contract's live price use getTickerByContract, and for its history use getHistoricalTickerByContract. Read-only. Params: platformId (required) is a platform id such as 'eth-ethereum' or 'bsc-binance-smart-chain'; limit (optional, default 50, max 250) caps how many contracts return. An unknown platformId returns an error. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of contracts to return (default: 50, max: 250)
platformIdYesPlatform ID (e.g., eth-ethereum)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Declares read-only and describes error conditions. No annotations provided, so description carries full burden. Could mention if pagination or rate limits apply, but overall clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is thorough yet well-structured, front-loading the main purpose. Each sentence provides useful information. Slightly long but justified given the content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Fully covers usage, prerequisites, alternatives, param details, and edge cases. No output schema exists, but description doesn't need to explain return values as it's a list of contracts.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds useful context: examples of platformId values, explanation of limit's purpose and cap, and behavior on unknown platformId. Adds value beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool lists token contract addresses for a platform, mapping to CoinPaprika coin ids. Provides specific use cases and distinguishes from sibling tools like getTickerByContract and getHistoricalTickerByContract.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to find platformId first via getPlatforms and directs users to alternative tools for single contract price or history. Also explains param behavior and error on unknown platformId.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/coinpaprika/coinpaprika-mcp'

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