diff --git a/data/openapi-mcp/openapi-mcp.yml b/data/openapi-mcp/openapi-mcp.yml index 11ae24220..db9bf91f4 100644 --- a/data/openapi-mcp/openapi-mcp.yml +++ b/data/openapi-mcp/openapi-mcp.yml @@ -21,5 +21,3 @@ markdown: |- Free Python library. updated_at: 2026-04-28 11:52 -isct1 -updated_at: 2026-04-28 11:52 diff --git a/data/xquik-mcp-server/xquik-mcp-server.md b/data/xquik-mcp-server/xquik-mcp-server.md new file mode 100644 index 000000000..e713a1058 --- /dev/null +++ b/data/xquik-mcp-server/xquik-mcp-server.md @@ -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 diff --git a/data/xquik-mcp-server/xquik-mcp-server.yml b/data/xquik-mcp-server/xquik-mcp-server.yml new file mode 100644 index 000000000..ee9e7a125 --- /dev/null +++ b/data/xquik-mcp-server/xquik-mcp-server.yml @@ -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