Affset vs Wisegrid MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Affset vs Wisegrid MCP
In-depth architectural comparison of the Affset and Wisegrid MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Affset
Developer Tools · Local stdio
Quality: 55/100 (Good) | Auth: No auth required
Wisegrid MCP
Developer Tools · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose Affset if you need specialized Developer Tools tools running via a local process. Choose Wisegrid MCP if your workspace requires Developer Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Affset when:
You need dedicated capabilities in the Developer Tools domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Show the tenant this server is bound to: namespace, API base, derived dashboard URL, and (when readable) company / timezone / custom API domain. Read-only.
get_stats
Traffic stats grouped by a dimension (date, campaign, zone, country, sub1–5, advertiser, publisher, …), optionally narrowed with `advertiser_email`/`publisher_email` filters (one user, any group_by). Returns clicks, conversions, CR, payout, media cost and ROI as a table. `paid_only` defaults to tru…
list_campaigns
List campaigns (status / name filter, pagination).
get_campaign
One campaign's full record — every field (untruncated offer URL, exact schedule, budgets/pacing, silent flag, payout goal type) plus its targeting rules and payout rules, in one call.
list_zones
List traffic-source zones (status / name filter, pagination, linked source).
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Affset is categorized under Developer Tools and uses a local stdio subprocess. In contrast, Wisegrid MCP belongs to Developer Tools using local stdio subprocess. Select Affset when you need capabilities focused on developer tools and Wisegrid MCP when you require tools for developer tools.
List team members (email, role, manager). **Never returns API tokens.
create_team_member
Invite a team member (owner, manager, publisher, advertiser, publisher_manager, advertiser_manager). A scoped manager key can only create its own managed role, self-assigned. Returns the new API key **once** — `list_team` never shows it again. **Dry-run by default**; `confirm: true` to apply.
create_campaign
Create a campaign from an advertiser email, offer URL, geo, payout and name. Defaults: CPA / rate 0, **paused**, global payout rule, and a ready tracking link (linked source template when configured; otherwise `source_click_id={clickid}` + sub placeholders). **Dry-run by default**; `confirm: true`…
set_campaign_status
Run** or **pause** a campaign (`action: "run" \
update_campaign
Partial update (name, offer URL, status, rate, budgets, dates, …). **Dry-run by default**; `confirm: true` to apply. Prefer `set_campaign_status` for run/pause.
create_zone
Create a traffic-source zone (name + optional postback/site/traffic-back URLs, optional `traffic_source_id` link). Always created `active`. **Dry-run by default**; `confirm: true` to apply.
update_zone
Partial update (name, status, URLs, `traffic_source_id`). **Dry-run by default**; `confirm: true` to apply. Pass `null` to clear a URL or unlink the source.
+17 more tools listed on main page
Wisegrid MCP Tools (10)
whoami
The key's identity, scopes and rate limit — call this first when debugging
list_sheets
Sheets the key can see, cursor-paginated
get_sheet
Sheet + columns + first page of rows, in one call
list_columns
Column IDs, which cell dictionaries are keyed by
list_rows
Rows, cursor-paginated; each carries the `version` you need to update it
add_rows
Bulk insert, partial success, max 2000
update_row
Update one row's changed cells, version-checked
update_rows
Bulk update, version-checked per row, max 2000
delete_row
Delete a row and its subtree — requires `confirm=True