impactdotcom-mcp
Related Servers
Alternatives to impactdotcom-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceMCP server for the Influencers Club API — creator enrichment, discovery, audience analysis, content data, batch operations, and account management.222,626 PyPI4MIT
- AlicenseAqualityAmaintenanceMCP server for the Podcast Index API — search podcasts, track appearances, monitor trending shows, check feed health1831 npm1MIT
- AlicenseAqualityAmaintenanceAn MCP server that helps you build against the Partner Center REST API, providing scenario discovery, REST examples, authentication guidance, and error decoding without making live API calls.2953 npm2MIT
- AlicenseNot gradedqualityDmaintenanceMCP Server to interact with Amazon Ads9 npm29MIT
- AlicenseAqualityDmaintenanceMCP server for managing affiliate and referral programs. Track referrals, manage affiliates, process conversions, and handle payouts through AI assistants like Claude, Cursor, and ChatGPT.1829 npm2MIT
- AlicenseAqualityBmaintenanceMCP server for METRC cannabis track-and-trace API, focused on processor workflows like inventory checks, transfer reconciliation, and lab results, with read-only safety defaults.8MIT
TDQS
Scored across 18 tools
Most tools are clearly separated by resource and action (list vs get). The fallback impact_api_get is intentionally generic but well described as a last resort; run_report and run_report_export could be confused but their sync/async distinction is clear.
The vast majority follow a consistent verb_noun pattern (list_*, get_*). The fallback impact_api_get deviates slightly from the pattern, but it's a unique name that's still readable.
At 18 tools, the server is on the heavier side but still well-scoped for the Impact.com API's breadth. Each tool addresses a distinct resource or mode (sync vs async, individual vs list).
The core read-only surface is well covered: campaigns, catalogs, actions, clicks, action inquiries, and reports. Missing write operations (e.g., create action inquiry) are a minor gap, partially mitigated by the fallback read tool, but the server appears focused on diagnostics and reporting.