In-depth architectural comparison of the Appstoreconnect MCP and Chronicle 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
Appstoreconnect MCP
Developer Tools · Local stdio
Quality: 59/100 (Good) | Auth: No auth required
Chronicle MCP
Developer Tools · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose Appstoreconnect MCP if you need specialized Developer Tools tools running via a local process. Choose Chronicle 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 Appstoreconnect MCP 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).
Appstoreconnect MCP is categorized under Developer Tools and uses a local stdio subprocess. In contrast, Chronicle MCP belongs to Developer Tools using local stdio subprocess. Select Appstoreconnect MCP when you need capabilities focused on developer tools and Chronicle MCP when you require tools for developer tools.
current price schedule per subscription. One row per territory (~175 unfiltered) — pass `territoryId` to narrow to one market
asc_list_subscription_price_points
valid price points for a subscription in a territory. Pass `nearAmount` to narrow the response to the nearest tiers around a target price.
asc_post_subscription_group
create the container every subscription must live in. A customer can hold only **one active subscription per group**, so mutually exclusive plans (Monthly vs Yearly) belong in the *same* group
asc_patch_subscription_group
rename (`referenceName` is the only mutable attribute; groups cannot move between apps)
asc_delete_subscription_group
lists the group's subscriptions first and refuses client-side naming the specific products that block the delete, instead of letting Apple return a bare 409
asc_post_subscription
create an auto-renewable subscription. **`productId` is permanent**: it cannot be changed, and Apple never lets it be reused on the account — not even after the subscription is deleted. `subscriptionPeriod` is optional at create but required before submission; the new product starts in `MISSING_MET…
+49 more tools listed on main page
Chronicle MCP Tools (27)
Description
Unified search and filter interface for local chat transcripts. Supports keyword, Okapi BM25 semantic, date range, and related chat lookups.
semantic
Standard semantic retrieval using Okapi BM25 scoring with exponential temporal decay.
keyword
Exact string matching against terms in files.
date_range
Filters files modified within a date interval (requires `start_date` and `end_date`).
related
Finds archives semantically close to a reference file.
content
Message text slice within specified index ranges.
metadata
File statistics including message counts and modification dates.
summary
Structural summary highlighting the opener and closer context.
raw_content
Direct JSON import from text buffers or clipboard paste.
local_path
Copies a JSON file from a local path on disk.
agent_transcripts
Syncs transcripts (JSON, JSONL, MD) from configured third-party client folders.