Server Details
Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- NeglectApp/mcp
- GitHub Stars
- 1
See and control every tool call
Available Tools
20 toolsget-api-healthInspect
Returns 200 OK if the API service is healthy and responding.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get-latest-graduated-tokensInspect
Fetches the most recently graduated tokens, ordered by graduation time (descending).
| Name | Required | Description | Default |
|---|---|---|---|
| queryParams | Yes |
get-mcp-configInspect
Exposes MCP discovery schema for Smithery and other MCP clients.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get-pair-auditInspect
Returns audit data for a single liquidity pair and its underlying token. Includes token-level distribution (developer, top holders, insiders, bundlers) and pair-level ownership breakdown (snipers, LP burn).
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
get-pair-audit-multipleInspect
Returns audit data for multiple liquidity pairs in a single batch call. Accepts up to 10 pair addresses via the addresses query parameter. Each entry includes pair-level and token-level audit details including developer, top holders, insiders, bundlers, snipers, and LP burn distribution.
Cost: 10 credits per request.
| Name | Required | Description | Default |
|---|---|---|---|
| queryParams | Yes |
get-token-athInspect
Returns the all-time-high (ATH) market cap and the timestamp when it occurred, based on all historical trades for the token.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
get-token-auditInspect
Returns audit data for a given token address, including developer, top holder, insider, bundler, sniper, and LP burn distributions.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
get-token-audit-multipleInspect
Returns audit data for multiple tokens in a single batch call. Accepts up to 10 token addresses via a comma-separated addresses query parameter. Each entry includes developer, top holder, insider, bundler, sniper, and LP burn distributions.
Cost: 10 credits per request.
| Name | Required | Description | Default |
|---|---|---|---|
| queryParams | Yes |
get-token-historyInspect
Fetches historical price, market cap, or liquidity snapshots for a token across multiple time windows.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
get-token-history-rangeInspect
Returns the lowest and highest values of selected metrics (price, market cap, liquidity) within a specified time range for a token.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| pathParams | Yes |
get-token-holdersInspect
Returns ranked holder wallets, amounts, and percentage ownership for a given token address.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes | ||
| queryParams | Yes |
get-token-marketdataInspect
Returns real-time metrics including price, market capitalization, FDV, liquidity, total and circulating supply, and current holder count. This endpoint does not use time windows and does not include trade statistics.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
get-token-metadataInspect
Returns the metadata for a given token address stored in the database. Social fields are omitted.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
get-token-performanceInspect
Returns percentage performance change for selected metrics over multiple time windows compared to the current value.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
get-token-priceInspect
Returns the latest price, market cap, and liquidity for a specific token address.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
get-tokens-by-deployerInspect
Returns a list of tokens where the specified wallet address is the developer (devWallet).
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes | ||
| queryParams | Yes |
get-trending-tokensInspect
Returns a list of trending tokens ordered by transaction count for a given interval.
| Name | Required | Description | Default |
|---|---|---|---|
| queryParams | Yes |
get-wallet-holdingsInspect
Retrieve the token holdings of a given wallet address, including balances and percentage ownership per token.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes | ||
| queryParams | Yes |
get-wallet-token-pnlInspect
Calculate realized and unrealized profit and loss (PnL) for a wallet on a specific token.
| Name | Required | Description | Default |
|---|---|---|---|
| pathParams | Yes |
search-tokensInspect
Performs a flexible search for tokens by name, symbol, or address, with optional filters, sorting, and symbol-only mode.
| Name | Required | Description | Default |
|---|---|---|---|
| queryParams | Yes |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.