# com.jojapi/twitter-x-aio (remote · mcp.jojapi.com)

Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.

- Trust score: 59/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `mcp.jojapi.com`: 59/100 (this document), [markdown](https://verifymcp.io/servers/com-jojapi-twitter-x-aio/twitter-x-aio.md), [page](https://verifymcp.io/servers/com-jojapi-twitter-x-aio/twitter-x-aio)

## Channel facts

- Endpoint: `https://mcp.jojapi.com/twitter-x-aio`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-21.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 23 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1874 tokens (~81/item across 23 items; 23 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 45% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-jojapi-twitter-x-aio https://mcp.jojapi.com/twitter-x-aio
```

### Codex

```toml
[mcp_servers.com-jojapi-twitter-x-aio]
url = "https://mcp.jojapi.com/twitter-x-aio"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-jojapi-twitter-x-aio": {
      "type": "remote",
      "url": "https://mcp.jojapi.com/twitter-x-aio",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-jojapi-twitter-x-aio --url https://mcp.jojapi.com/twitter-x-aio --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-jojapi-twitter-x-aio:
    url: "https://mcp.jojapi.com/twitter-x-aio"
```

### Other

```json
{
  "mcpServers": {
    "com-jojapi-twitter-x-aio": {
      "type": "http",
      "url": "https://mcp.jojapi.com/twitter-x-aio"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-21 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-20 (score 58, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 58)

First indexed and scored.

## MCP tools (23)

### `get_search_searchTerm` (~211 tokens)

Search

With the search endpoint you can search all of twitter. You just need to provide a search term. ⚠ If you have a large cursor the GET-request will limit at some length. For that you can use a POST-request which has no limits. Billing per call: 1 Credits.

Input parameters:

- `category` (string): ENUM Top,Latest,People,Photos,Videos
- `count` (string): The default count is 20. You can specify a custom one here.
- `cursor` (string): At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
- `filters` (string): Learn more about all filters by reading the docs or contact me on telegram @benagain :)
- `includeTimestamp` (string): Decide if you need a unix created_at timestamp. This will slightly increase the speed of the request.
- `searchTerm` (string, required)

### `get_trends_locationId` (~37 tokens)

Trends

Get twitter trends for worldwide or a specific region. Billing per call: 1 Credits.

Input parameters:

- `locationId` (string, required)

### `get_user_userId` (~55 tokens)

User Details by userId

This is the prefered method of getting any information. Receive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.

Input parameters:

- `userId` (string, required)

### `get_user_by_username_username` (~44 tokens)

User Details by username

Receive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.

Input parameters:

- `username` (string, required)

### `get_user_userId_tweets` (~151 tokens)

Tweets by userId

Receive all tweets ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

Input parameters:

- `count` (string): The default count is 20. You can specify a custom one here.
- `cursor` (string): At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
- `userId` (string, required)
- `username` (string): If you provide a username value it will automatically be picked and the userId is ignored. Best is to set userId to -1

### `get_user_userId_tweetsAndReplies` (~145 tokens)

Tweets and Replies by userId

Receive all tweets and replies ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

Input parameters:

- `count` (string): The default count is 20. You can specify a custom one here.
- `cursor` (string): At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
- `userId` (string, required)
- `username` (string): If you provide a username value it will automatically be picked and the userId is ignored

### `get_user_userId_likes` (~50 tokens)

User Likes by userId

Receive all likes of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

Input parameters:

- `userId` (string, required)

### `get_user_userId_followers` (~140 tokens)

User Followers by userId

Receive all followers of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

Input parameters:

- `count` (string): The default count is 20. You can specify a custom one here.
- `cursor` (string): At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
- `userId` (string, required)
- `username` (string): If you provide a username value it will automatically be picked and the userId is ignored

### `get_user_userId_followings_basic` (~97 tokens)

Basic user followings by userId

You'll receive a basic list of all followings a user has. Please provide only the userId and you'll receive the following followings data: id, username, createdDate, followings, followers. Group: User. Billing per call: 1 Credits.

Input parameters:

- `userId` (string, required)
- `username` (string): If you provide a username value it will automatically be picked and the userId is ignored

### `get_user_userId_followings` (~141 tokens)

User Followings by userId

Receive all followings of a user. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

Input parameters:

- `count` (string): The default count is 20. You can specify a custom one here.
- `cursor` (string): At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
- `userId` (string, required)
- `username` (string): If you provide a username value it will automatically be picked and the userId is ignored

### `get_user_userId_media` (~51 tokens)

Media by userId

Receive all media items ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.

Input parameters:

- `userId` (string, required)

### `get_user_userId_followings_ids` (~64 tokens)

User Followings Ids

Get the ids of the users a certain user follows Group: User. Billing per call: 1 Credits.

Input parameters:

- `count` (string)
- `cursor` (string)
- `userId` (string, required)
- `username` (string)

### `get_tweet_tweetId` (~74 tokens)

Tweet Details

Receive all tweet informations and comments by tweetId. ⚠️ For large cursors (many replies you want to fetch) you can use the POST-request to be not limited by the GET-request length limit. Group: Tweet. Billing per call: 1 Credits.

Input parameters:

- `tweetId` (string, required)

### `get_tweet_tweetId_favorites` (~107 tokens)

Tweet Likes

Receive all likes for a tweet. Group: Tweet. Billing per call: 1 Credits.

Input parameters:

- `count` (string): The default count is 20. You can specify a custom one here.
- `cursor` (string): At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list.
- `tweetId` (string, required)

### `get_tweet_tweetId_retweets` (~56 tokens)

Tweet Retweets

Receive all retweets for a tweet. Group: Tweet. Billing per call: 1 Credits.

Input parameters:

- `count` (string)
- `cursor` (string)
- `tweetId` (string, required)

### `get_resolve_urls` (~33 tokens)

resolve urls

resolve urls Group: Utilities/Misc. Billing per call: 1 Credits.

Input parameters:

- `urls` (string)

### `post_search_searchTerm` (~65 tokens)

Search for large cursors

With the search endpoint you can search all of twitter. You just need to provide a search term. This is the POST-request which allows you to send larger requests. Group: Utilities/Misc. Billing per call: 1 Credits.

Input parameters:

- `searchTerm` (string, required)

### `post_tweet_tweetId` (~61 tokens)

Tweet Details for large cursors

Receive all tweet informations and comments by tweetId. This POST-request allows you to dig deeper into the replies when the cursor is growing. Group: Utilities/Misc. Billing per call: 1 Credits.

Input parameters:

- `tweetId` (string, required)

### `get_misc_emojis` (~41 tokens)

Twitter hashtag emojis

Receive a full list of all twitter custom emojis with the hashtag, image and more. Group: Utilities/Misc. Billing per call: 1 Credits.

### `get_misc_locations` (~33 tokens)

Location (for trends)

This gives you a list of all available locations. Group: Utilities/Misc. Billing per call: 1 Credits.

### `get_username_to_id_username` (~45 tokens)

Convert username to userId

You'll need the userId to receive tweets, media and replies. Group: Utilities/Misc. Billing per call: 1 Credits.

Input parameters:

- `username` (string, required)

### `get_user_usernames_to_ids` (~49 tokens)

[✨ EXCLUSIVE!] Usernames to Ids

This endpoint receives a list of usernames and converts up to 100 of them at the same time to ids. Group: ✨ Exclusive endpoints. Billing per call: 1 Credits.

### `get_misc_subtitles` (~32 tokens)

Video Subtitles

Get the full subtitles of a video Group: ✨ Exclusive endpoints. Billing per call: 1 Credits.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-jojapi-twitter-x-aio/twitter-x-aio#diagnostics

## Score history

- 2026-08-21: 59
- 2026-08-20: 58
- 2026-08-19: 58

## Links

- Remote endpoint: https://mcp.jojapi.com/twitter-x-aio
- Website: https://jojapi.com/hub/api/twitter-x-aio
- Changelog RSS feed: https://verifymcp.io/servers/com-jojapi-twitter-x-aio/twitter-x-aio.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-jojapi-twitter-x-aio/twitter-x-aio.json
- HTML version of this page: https://verifymcp.io/servers/com-jojapi-twitter-x-aio/twitter-x-aio
