Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions data/openapi-mcp/openapi-mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ markdown: |-

Free Python library.
updated_at: 2026-04-28 11:52
isct1
updated_at: 2026-04-28 11:52
45 changes: 45 additions & 0 deletions data/xquik-mcp-server/xquik-mcp-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Overview

Xquik MCP Server exposes a credential-scoped X data API through 2 MCP tools. It uses Streamable HTTP at `https://xquik.com/mcp`.

## Capabilities

- `explore` searches the operation catalog without making network calls
- `xquik` executes authenticated API requests
- Full account API keys and OAuth tokens expose 118 operations
- Active guest keys expose 33 eligible read operations
- Public data reads do not require a connected X account
- Writes and private account reads require a connected X account

## Integration

- Endpoint: `https://xquik.com/mcp`
- Transport: Streamable HTTP
- Authentication: OAuth 2.1 or an Xquik API key
- Discovery: `https://xquik.com/.well-known/mcp.json`
- Documentation: `https://docs.xquik.com/mcp/overview`

OAuth 2.1 is recommended. Clients without OAuth can send an API key through the `x-api-key` header when they support secure header storage.

## Use Cases

- Search tweets and inspect accounts, trends, lists, and communities
- Analyze timelines and follower relationships
- Download tweet media and read long-form X articles
- Run monitoring and authorized account workflows

## Category

Social

## Tags

social-media, x-data, remote, oauth2, streamable-http

## Source

[https://github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)

## License

MIT License
59 changes: 59 additions & 0 deletions data/xquik-mcp-server/xquik-mcp-server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Xquik MCP Server
description: Remote Streamable HTTP MCP server that exposes the Xquik X data
API through 2 tools, with OAuth 2.1 and API key authentication.
source_url: https://github.com/Xquik-dev/x-twitter-scraper
category: Social
tags:
- social-media
- x-data
- remote
- oauth2
- streamable-http
featured: false
markdown: |-
## Overview

Xquik MCP Server exposes a credential-scoped X data API through 2 MCP tools. It uses Streamable HTTP at `https://xquik.com/mcp`.

## Capabilities

- `explore` searches the operation catalog without making network calls
- `xquik` executes authenticated API requests
- Full account API keys and OAuth tokens expose 118 operations
- Active guest keys expose 33 eligible read operations
- Public data reads do not require a connected X account
- Writes and private account reads require a connected X account

## Integration

- Endpoint: `https://xquik.com/mcp`
- Transport: Streamable HTTP
- Authentication: OAuth 2.1 or an Xquik API key
- Discovery: `https://xquik.com/.well-known/mcp.json`
- Documentation: `https://docs.xquik.com/mcp/overview`

OAuth 2.1 is recommended. Clients without OAuth can send an API key through the `x-api-key` header when they support secure header storage.

## Use Cases

- Search tweets and inspect accounts, trends, lists, and communities
- Analyze timelines and follower relationships
- Download tweet media and read long-form X articles
- Run monitoring and authorized account workflows

## Category

Social

## Tags

social-media, x-data, remote, oauth2, streamable-http

## Source

[https://github.com/Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)

## License

MIT License
updated_at: 2026-07-20 03:18