io.github.pedrot95dev/twitterapi
NPM · @PEDROT95DEV/TWITTERAPI.MCP · SCANNED AUG 3
Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.
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 (96 of 100), 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 (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to pedrot95dev/twitterapi.mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 30 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 552 tokens (~138/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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 · @pedrot95dev/twitterapi.mcp
claude mcp add pedrot95dev-twitterapi -- npx -y @pedrot95dev/twitterapi.mcp
codex mcp add pedrot95dev-twitterapi -- npx -y @pedrot95dev/twitterapi.mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pedrot95dev-twitterapi": {
"type": "local",
"command": [
"npx",
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"enabled": true
}
}
} openclaw mcp add pedrot95dev-twitterapi --command npx --arg -y --arg @pedrot95dev/twitterapi.mcp
mcp_servers:
pedrot95dev-twitterapi:
command: "npx"
args: ["-y", "@pedrot95dev/twitterapi.mcp"] {
"mcpServers": {
"pedrot95dev-twitterapi": {
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.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.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +69
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: pedrot95dev/twitterapi.mcp security
- Security disclosure: fail → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −20
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Tool coverage: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ 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
- 28 Jul 26 +20
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- 27 Jul 26 26
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/@pedrot95dev/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- pedrot95dev/twitterapi.mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/pedrot95dev/twitterapi.mcp/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2061181968
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:726a88930cd90be5d712e486cfee7473e7981dfcd308050e5e6abb840e7bc685948ed2fa644d135fe9aab34299fb5332a3cf06f51d957b0530237dfca
- Discovery method:
- attestation_endpoint
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 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.
create_tweet Create tweet ~213
Create or reply to a tweet via the v2 endpoint. Uses `login_cookies` built from the account's `auth_token`/`ct0` env vars (requires TWITTERAPI_IO_AUTH_TOKEN, TWITTERAPI_IO_CT0, TWITTERAPI_IO_PROXY).
| Name | Type | Req | Description |
|---|---|---|---|
| attachment_url | string | — | URL for quote (alternative to quote_tweet_id) |
| community_id | string | — | Post inside a specific community |
| is_note_tweet | boolean | — | Allow >280 chars (Premium accounts) |
| media_ids | array | — | Media IDs from prior /twitter/upload_media_v2 |
| quote_tweet_id | string | — | Tweet ID to quote |
| reply_to_tweet_id | string | — | Tweet ID to reply to (makes this a reply) |
| schedule_for | string | — | ISO-8601 future time e.g. 2026-01-20T10:00:00.000Z |
| tweet_text | string | yes | The text content of the tweet |
No output schema declared.
No examples provided.
delete_tweet Delete tweet ~62
Delete a tweet by ID (must be owned by the logged-in account). Uses `login_cookies` built from the account's `auth_token`/`ct0` env vars.
| Name | Type | Req | Description |
|---|---|---|---|
| tweet_id | string | yes | The ID of the tweet to delete |
No output schema declared.
No examples provided.
get_tweet_thread_context Get tweet thread context ~134
Fetch one page of the conversation thread around a tweet (to find links in context). Returns the original tweet, intermediate replies up the chain, the tweet itself, and its direct replies; each tweet includes `entities.urls` with expanded links. Makes exactly one request per call: pages are uneven (a page may be empty while `has_next_page` is true), so pass `next_cursor` back as `cursor` to fetch the next page.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Pagination cursor from a previous response's next_cursor |
| tweet_id | string | yes | The tweet ID to get the thread context for |
No output schema declared.
No examples provided.
get_user_mentions Get user mentions ~143
Fetch tweets mentioning a specific X/Twitter user. Makes a single request per call. The caller handles pagination by passing `cursor` (from a previous `next_cursor`).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Pagination cursor from a previous response's next_cursor |
| limit | integer | — | Max tweets to return from this single request (default 50) |
| query_type | string | — | Sort mode (default Latest) |
| since_time | string | — | Start time filter (e.g. 2025-06-01 or ISO datetime) |
| until_time | string | — | End time filter |
| user_name | string | yes | X username, with or without @ |
No output schema declared.
No examples provided.