app.takehub/mcp
NPM · @TAKEHUB/MCP · SCANNED AUG 3
Manage discussion topics, gather votes and video rationale, and read AI insights.
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
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), 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 59 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 2014 tokens (~77/item across 26 items; 26 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 97% 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 · @takehub/mcp
claude mcp add app-takehub-mcp -- npx -y @takehub/mcp
codex mcp add app-takehub-mcp -- npx -y @takehub/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"app-takehub-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@takehub/mcp"
],
"enabled": true
}
}
} openclaw mcp add app-takehub-mcp --command npx --arg -y --arg @takehub/mcp
mcp_servers:
app-takehub-mcp:
command: "npx"
args: ["-y", "@takehub/mcp"] {
"mcpServers": {
"app-takehub-mcp": {
"command": "npx",
"args": [
"-y",
"@takehub/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.
- 2 Aug 26 +34
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 +21
- 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 −65
- Malware scan: pass → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- 29 Jul 26 +55
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 28 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
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 3 Aug 2026 · Analysed npm/@takehub/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
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.
authenticate ~34
Log in to takehub. Opens a browser URL and waits for login to complete (up to 2 minutes). Returns once authenticated.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
complete_auth ~37
Wait for browser-based login to complete. Usually not needed — authenticate now waits automatically. Only call if authenticate timed out and you want to retry.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
create_topic ~403
Create a new discussion topic. Supports binary, multi-option, and open-ended topics plus full settings: visibility, share-link access, voting method (plurality or ranked choice), response-video rules, AI insights, and more.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_response_videos | boolean | — | Allow participants to post video responses to other videos |
| allow_vote_change | boolean | — | Allow users to change their vote |
| category | string | — | Optional category label |
| closes_at | string | — | ISO 8601 close date |
| favor_broad_appeal | boolean | — | Ranked-choice only: favor broadly-acceptable options over polarizing ones |
| has_other_option | boolean | — | Multi-option only: add a free-form "Other" option |
| insights_enabled | boolean | — | Enable AI-generated insights/summaries for this topic |
| is_binary | boolean | yes | True for binary (In Favor/Against), false for multi-option. Ignored when topic_type is "open_ended". |
| is_private | boolean | — | Private topic (invite-only) |
| link_access | boolean | — | Private topics only: allow anyone with the share link to participate |
| max_duration_ms | number | — | Max response video length in ms (15000, 30000, 60000, or 120000) |
| option_images | array | — | Parallel array of image URLs for each option (upload first to obtain URLs) |
| options | array | — | Option labels (required for multi-option; ignored for binary/open_ended) |
| subtopic_forking_enabled | boolean | — | Allow forking disagreement clusters into child subtopics |
| tags | array | — | Optional topic tags |
| topic_statement | string | yes | The discussion statement (10–200 chars) |
| topic_type | string | — | Topic type. "open_ended" collects free-form video responses instead of fixed options and overrides is_binary. |
| voting_method | string | — | Voting method (default plurality) |
No output schema declared.
No examples provided.
create_topic_and_invite ~412
Create a new discussion topic and invite participants in one step. Combines create_topic + send_invite for the common workflow of setting up a discussion and immediately inviting people.
| Name | Type | Req | Description |
|---|---|---|---|
| allow_response_videos | boolean | — | Allow participants to post video responses to other videos |
| allow_vote_change | boolean | — | Allow users to change their vote |
| category | string | — | Optional category label |
| closes_at | string | — | ISO 8601 close date |
| favor_broad_appeal | boolean | — | Ranked-choice only: favor broadly-acceptable options over polarizing ones |
| has_other_option | boolean | — | Multi-option only: add a free-form "Other" option |
| insights_enabled | boolean | — | Enable AI-generated insights/summaries for this topic |
| invitees | array | yes | People to invite (each needs phone or email) |
| is_binary | boolean | yes | True for binary (In Favor/Against), false for multi-option. Ignored when topic_type is "open_ended". |
| is_private | boolean | — | Private topic (invite-only) |
| link_access | boolean | — | Private topics only: allow anyone with the share link to participate |
| max_duration_ms | number | — | Max response video length in ms (15000, 30000, 60000, or 120000) |
| option_images | array | — | Parallel array of image URLs for each option (upload first to obtain URLs) |
| options | array | — | Option labels (required for multi-option; ignored for binary/open_ended) |
| subtopic_forking_enabled | boolean | — | Allow forking disagreement clusters into child subtopics |
| tags | array | — | Optional topic tags |
| topic_statement | string | yes | The discussion statement (10–200 chars) |
| topic_type | string | — | Topic type. "open_ended" collects free-form video responses instead of fixed options and overrides is_binary. |
| voting_method | string | — | Voting method (default plurality) |
No output schema declared.
No examples provided.
delete_topic ~26
Soft-delete a topic (creator only).
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
export_results ~51
Export voting results in a structured format. JSON returns the raw data, CSV returns a text table.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Output format (default: json) |
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
follow_topic ~40
Follow a topic to track it. Followed topics appear under the "following" visibility filter in list_topics.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
get_all_topic_votes ~55
Get paginated individual votes for a topic.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| page | integer | — | — |
| sort | string | — | Sort by date or position |
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
get_current_user ~16
Get the currently authenticated user profile.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_top_videos ~46
Get the single most-engaging video response for each option on a topic — a quick way to surface the strongest argument per side.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
get_topic ~31
Get a specific topic by ID, including its options and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
get_topic_conversations ~48
Get the video response pairs (a video and the videos responding to it) for a topic — the back-and-forth exchanges between participants.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
get_topic_insights ~75
Get the AI-generated insights for a topic: an overall synthesis, points of agreement and disagreement, a sentiment/position chart, top arguments, unaddressed claims, and related subtopics. Topic owners additionally get per-option themes. Requires insights to be enabled on the topic.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
get_voting_results ~34
Get voting results breakdown for a topic (counts per option, percentages).
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
list_topic_invites ~30
List all invites for a topic (creator only).
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
list_topics ~98
List discussion topics with optional filtering, sorting, and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Items per page (default 20) |
| mine | boolean | — | Only show topics created by the current user |
| page | integer | — | Page number (default 1) |
| search | string | — | Search topics by statement text |
| sort | string | — | Sort mode |
| visibility | string | — | Filter by visibility (including topics you follow) |
No output schema declared.
No examples provided.
logout ~21
Log out by clearing stored credentials. You will need to authenticate again.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
regenerate_topic_summary ~57
Force a fresh regeneration of a topic's AI summary, ignoring the cache. Useful after new video responses come in. May take 15–30s while the transcripts are re-analyzed.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
respond_to_invite ~39
Accept or decline a topic invite.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Whether to accept or decline |
| inviteId | string | yes | Invite ID |
No output schema declared.
No examples provided.
revoke_invite ~28
Revoke/delete an invite (creator only).
| Name | Type | Req | Description |
|---|---|---|---|
| inviteId | string | yes | Invite ID |
No output schema declared.
No examples provided.
send_invite ~57
Invite a user to a private topic by phone number or email.
| Name | Type | Req | Description |
|---|---|---|---|
| invited_user_email | string | — | Email to invite |
| invited_user_phone | string | — | Phone number to invite |
| topic_id | string | yes | Topic ID |
No output schema declared.
No examples provided.
set_credentials ~67
Manually set authentication credentials (e.g., from a previous session). These are used for all subsequent API calls.
| Name | Type | Req | Description |
|---|---|---|---|
| access_token | string | yes | Supabase access token |
| refresh_token | string | yes | Supabase refresh token |
| session_id | string | yes | takehub session ID |
No output schema declared.
No examples provided.
summarize_topic ~82
Get a structured summary of a topic in one call: its statement and options, voting results, and AI-generated insights synthesized from video transcripts (synthesis, points of agreement/disagreement, top arguments, and — for the topic owner — per-option themes). Falls back to vote-only data when insights are disabled or unavailable.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
unfollow_topic ~24
Stop following a topic.
| Name | Type | Req | Description |
|---|---|---|---|
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.
update_topic ~137
Update topic settings (creator only): close date, share-link access, voting method, broad-appeal preference, and the "Other" option toggle.
| Name | Type | Req | Description |
|---|---|---|---|
| closes_at | string|null | — | New close date (ISO 8601) or null |
| favor_broad_appeal | boolean | — | Ranked-choice only: favor broadly-acceptable options |
| has_other_option | boolean | — | Multi-option only: toggle the free-form "Other" option |
| link_access | boolean | — | Private topics only: allow share-link participation |
| topicId | string | yes | Topic ID |
| voting_method | string | — | Voting method |
No output schema declared.
No examples provided.
update_topic_options ~66
Add, edit, or delete options on a topic (creator only).
| Name | Type | Req | Description |
|---|---|---|---|
| additions | array | — | New options to add |
| deletions | array | — | Option IDs to delete |
| edits | array | — | Options to update |
| topicId | string | yes | Topic ID |
No output schema declared.
No examples provided.