io.github.totalaudiopromo/tap-mcp
NPM · @TOTALAUDIOPROMO/TAP-MCP · SCANNED AUG 7
Music PR campaign management -- contacts, pitches, campaigns, and outcomes.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Known CVEs were checked across the 104 of 108 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 104 of 108 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 10 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability42
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 879 tokens (~51/item across 17 items; 14 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
- Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 93% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @totalaudiopromo/tap-mcp
claude mcp add totalaudiopromo-tap-mcp -- npx -y @totalaudiopromo/tap-mcp
codex mcp add totalaudiopromo-tap-mcp -- npx -y @totalaudiopromo/tap-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"totalaudiopromo-tap-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@totalaudiopromo/tap-mcp"
],
"enabled": true
}
}
} openclaw mcp add totalaudiopromo-tap-mcp --command npx --arg -y --arg @totalaudiopromo/tap-mcp
mcp_servers:
totalaudiopromo-tap-mcp:
command: "npx"
args: ["-y", "@totalaudiopromo/tap-mcp"] {
"mcpServers": {
"totalaudiopromo-tap-mcp": {
"command": "npx",
"args": [
"-y",
"@totalaudiopromo/tap-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 7 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 5 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +40
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 −5
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- 31 Jul 26 +17
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −36
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 0 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 37
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 7 Aug 2026 · Analysed npm/@totalaudiopromo/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 104 packages
| Packages resolved | 104 |
|---|---|
| Deprecated | 103 |
| Stale | 29 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
tap_add_contact_to_campaign ~60
Add a contact to a campaign (creates a campaign_contacts link)
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | Campaign ID |
| contact_id | string | yes | Contact ID to add |
| notes | string | – | Notes about why this contact was added |
No output schema declared.
No examples provided.
tap_campaign_memory ~87
Get or set campaign learnings/memory
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Get or set campaign memory |
| best_angle | string | – | Best pitch angle (for set action) |
| campaign_id | string | yes | – |
| do_differently | string | – | What to do differently (for set action) |
| what_worked | string | – | What worked well (for set action) |
No output schema declared.
No examples provided.
tap_contact_insights ~35
Get relationship insights for a contact (warmth, response rate, outcomes)
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | Contact ID |
No output schema declared.
No examples provided.
tap_create_campaign ~84
Create a new campaign in the workspace
| Name | Type | Req | Description |
|---|---|---|---|
| artist_name | string | – | Artist name |
| channels | array | – | Target channels (radio, press, playlist) |
| goal | string | – | Campaign goal |
| name | string | yes | Campaign name |
| release_date | string | – | Release date (YYYY-MM-DD) |
| release_name | string | – | Release name |
No output schema declared.
No examples provided.
tap_create_contact ~124
Create a new contact in the workspace
| Name | Type | Req | Description |
|---|---|---|---|
| bbc_station | string | – | BBC station name if applicable |
| string | yes | Email address (must be unique in workspace) | |
| genres | array | – | Music genres (e.g. ["pop", "indie"]) |
| name | string | yes | Contact display name |
| notes | string | – | Free-text notes about this contact |
| outlet | string | – | Station, publication, or company name |
| platform_type | string | – | Contact platform type |
| role | string | – | Job title or role |
No output schema declared.
No examples provided.
tap_draft_pitch ~83
Generate a complete AI-drafted pitch for a contact within a campaign. Returns subject, body, and variants ready to use.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | Campaign ID |
| contact_id | string | yes | Contact ID |
| key_hook | string | – | Key hook or angle for the pitch |
| tone | string | – | Pitch tone (default: professional) |
No output schema declared.
No examples provided.
tap_enrich_contact ~33
Trigger AI enrichment for a contact (returns enriched data)
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | Contact ID to enrich |
No output schema declared.
No examples provided.
tap_get_action_queue ~26
Get today's prioritised action queue (follow-ups, stale contacts, pending pitches)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
tap_get_campaign ~31
Get campaign details including contacts, outcomes, and pitch stats
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
tap_list_campaigns ~41
List campaigns in the workspace, optionally filtered by status
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results (default 50) |
| status | string | – | – |
No output schema declared.
No examples provided.
tap_list_contacts ~83
List contacts in the workspace with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| bbc_only | boolean | – | Only show BBC contacts |
| genre | string | – | Genre filter |
| limit | number | – | Max results (default 50) |
| offset | number | – | – |
| search | string | – | Search name, email, outlet |
| status | string | – | Pipeline status filter |
No output schema declared.
No examples provided.
tap_log_outcome ~73
Log a campaign outcome for a contact
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | Campaign ID |
| channel | string | – | Channel (radio, press, playlist, social) |
| contact_id | string | yes | Contact ID |
| notes | string | – | Additional notes |
| outcome_type | string | yes | Outcome type |
No output schema declared.
No examples provided.
tap_search_contacts ~44
Search contacts by name, outlet, genre, or BBC station
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results (default 20) |
| query | string | yes | Search query |
No output schema declared.
No examples provided.
tap_suggest_contacts ~56
Get AI-scored contact suggestions for a campaign based on warmth, genre overlap, response rate, and past outcomes
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | Campaign ID |
| limit | number | – | Max suggestions (default 20) |
No output schema declared.
No examples provided.