parsely-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port for HTTP mode (optional, default 8742) | |
| PARSELY_API_KEY | Yes | Your Parse.ly API key | |
| PARSELY_API_SECRET | Yes | Your Parse.ly API secret | |
| PARSELY_API_BASE_URL | No | Parse.ly API base URL (optional, default https://api.parse.ly/v2) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_analytics_postsB | Get analytics data for top posts from Parse.ly. Returns metrics like views, visitors, and engagement time. Supports specific date ranges. |
| get_analytics_authorsA | Get analytics data for top authors from Parse.ly. Returns metrics like views and visitors by author. |
| get_analytics_tagsA | Get analytics data for top tags from Parse.ly. Returns metrics like views and visitors by tag. |
| get_referrersA | Get referrer data from Parse.ly. Shows where traffic is coming from by type: social, search, other, or internal. Supports specific date ranges for comparison analysis. |
| search_contentB | Search Parse.ly content. Find articles, posts, and pages by keyword. |
| get_sharesA | Get social share data for posts from Parse.ly. Shows total shares and breakdown by platform. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool clearly targets a distinct facet of Parse.ly data: top posts, top authors, top tags, referrers, content search, and social shares. There is no overlap or ambiguity in purpose.
All tool names follow a predictable snake_case pattern with a verb (get or search) and a noun. The analytics tools share a get_analytics_ prefix, while others are get_referrers, get_shares, and search_content, which is still consistent and intuitive.
With 6 tools, the set is well-scoped for a Parse.ly analytics server. Each tool serves a distinct data retrieval need without unnecessary bloat or thin coverage.
The set covers the primary analytics dimensions (posts, authors, tags), referrers, shares, and content search. Missing are time-series breakdowns or advanced filtering, but the core read-only analytics surface is largely complete.