Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

app.takehub/mcp

NPM · @TAKEHUB/MCP · SCANNED AUG 3

Manage discussion topics, gather votes and video rationale, and read AI insights.

Available components

+24 this week 64 Trust /100
Trust breakdown (6 categories)

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
Install

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

# add to Claude Code
claude mcp add app-takehub-mcp -- npx -y @takehub/mcp
# add to Codex CLI
codex mcp add app-takehub-mcp -- npx -y @takehub/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-takehub-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@takehub/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add app-takehub-mcp --command npx --arg -y --arg @takehub/mcp
# ~/.hermes/config.yaml
mcp_servers:
  app-takehub-mcp:
    command: "npx"
    args: ["-y", "@takehub/mcp"]
// mcp.json
{
  "mcpServers": {
    "app-takehub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@takehub/mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 26 exposed · ~2,014 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
allow_response_videosbooleanAllow participants to post video responses to other videos
allow_vote_changebooleanAllow users to change their vote
categorystringOptional category label
closes_atstringISO 8601 close date
favor_broad_appealbooleanRanked-choice only: favor broadly-acceptable options over polarizing ones
has_other_optionbooleanMulti-option only: add a free-form "Other" option
insights_enabledbooleanEnable AI-generated insights/summaries for this topic
is_binarybooleanyesTrue for binary (In Favor/Against), false for multi-option. Ignored when topic_type is "open_ended".
is_privatebooleanPrivate topic (invite-only)
link_accessbooleanPrivate topics only: allow anyone with the share link to participate
max_duration_msnumberMax response video length in ms (15000, 30000, 60000, or 120000)
option_imagesarrayParallel array of image URLs for each option (upload first to obtain URLs)
optionsarrayOption labels (required for multi-option; ignored for binary/open_ended)
subtopic_forking_enabledbooleanAllow forking disagreement clusters into child subtopics
tagsarrayOptional topic tags
topic_statementstringyesThe discussion statement (10–200 chars)
topic_typestringTopic type. "open_ended" collects free-form video responses instead of fixed options and overrides is_binary.
voting_methodstringVoting 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.

NameTypeReqDescription
allow_response_videosbooleanAllow participants to post video responses to other videos
allow_vote_changebooleanAllow users to change their vote
categorystringOptional category label
closes_atstringISO 8601 close date
favor_broad_appealbooleanRanked-choice only: favor broadly-acceptable options over polarizing ones
has_other_optionbooleanMulti-option only: add a free-form "Other" option
insights_enabledbooleanEnable AI-generated insights/summaries for this topic
inviteesarrayyesPeople to invite (each needs phone or email)
is_binarybooleanyesTrue for binary (In Favor/Against), false for multi-option. Ignored when topic_type is "open_ended".
is_privatebooleanPrivate topic (invite-only)
link_accessbooleanPrivate topics only: allow anyone with the share link to participate
max_duration_msnumberMax response video length in ms (15000, 30000, 60000, or 120000)
option_imagesarrayParallel array of image URLs for each option (upload first to obtain URLs)
optionsarrayOption labels (required for multi-option; ignored for binary/open_ended)
subtopic_forking_enabledbooleanAllow forking disagreement clusters into child subtopics
tagsarrayOptional topic tags
topic_statementstringyesThe discussion statement (10–200 chars)
topic_typestringTopic type. "open_ended" collects free-form video responses instead of fixed options and overrides is_binary.
voting_methodstringVoting method (default plurality)

No output schema declared.

No examples provided.

delete_topic ~26

Soft-delete a topic (creator only).

NameTypeReqDescription
topicIdstringyesTopic 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.

NameTypeReqDescription
formatstringOutput format (default: json)
topicIdstringyesTopic 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.

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

get_all_topic_votes ~55

Get paginated individual votes for a topic.

NameTypeReqDescription
limitinteger
pageinteger
sortstringSort by date or position
topicIdstringyesTopic 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.

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

get_topic ~31

Get a specific topic by ID, including its options and metadata.

NameTypeReqDescription
topicIdstringyesTopic 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.

NameTypeReqDescription
topicIdstringyesTopic 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.

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

get_voting_results ~34

Get voting results breakdown for a topic (counts per option, percentages).

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

list_topic_invites ~30

List all invites for a topic (creator only).

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

list_topics ~98

List discussion topics with optional filtering, sorting, and pagination.

NameTypeReqDescription
limitintegerItems per page (default 20)
minebooleanOnly show topics created by the current user
pageintegerPage number (default 1)
searchstringSearch topics by statement text
sortstringSort mode
visibilitystringFilter 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.

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

respond_to_invite ~39

Accept or decline a topic invite.

NameTypeReqDescription
actionstringyesWhether to accept or decline
inviteIdstringyesInvite ID

No output schema declared.

No examples provided.

revoke_invite ~28

Revoke/delete an invite (creator only).

NameTypeReqDescription
inviteIdstringyesInvite ID

No output schema declared.

No examples provided.

send_invite ~57

Invite a user to a private topic by phone number or email.

NameTypeReqDescription
invited_user_emailstringEmail to invite
invited_user_phonestringPhone number to invite
topic_idstringyesTopic 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.

NameTypeReqDescription
access_tokenstringyesSupabase access token
refresh_tokenstringyesSupabase refresh token
session_idstringyestakehub 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.

NameTypeReqDescription
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

unfollow_topic ~24

Stop following a topic.

NameTypeReqDescription
topicIdstringyesTopic 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.

NameTypeReqDescription
closes_atstring|nullNew close date (ISO 8601) or null
favor_broad_appealbooleanRanked-choice only: favor broadly-acceptable options
has_other_optionbooleanMulti-option only: toggle the free-form "Other" option
link_accessbooleanPrivate topics only: allow share-link participation
topicIdstringyesTopic ID
voting_methodstringVoting method

No output schema declared.

No examples provided.

update_topic_options ~66

Add, edit, or delete options on a topic (creator only).

NameTypeReqDescription
additionsarrayNew options to add
deletionsarrayOption IDs to delete
editsarrayOptions to update
topicIdstringyesTopic ID

No output schema declared.

No examples provided.