Listing Thumbnail

    Twitter/X Search API & MCP Server for AI Agents & Social Tools

     Info
    Quick Launch
    Press Monitor Advanced Twitter/X Search API delivers real-time access to Tweets, Users, and Followers, enabling businesses to analyze social media conversations, monitor brand mentions, and track influencers instantly. With powerful search capabilities, AI-ready integrations, and MCP Server compatibility, it is designed for developers, data analysts, and marketing teams who need reliable, high-volume social media data for analytics, sentiment analysis, and compliance monitoring. Scalable and secure, this API helps enterprises extract actionable insights from Twitter/X in real time.

    Overview

    Press Monitor Advanced Twitter/X Search API offers enterprise-grade access to Twitter/X data for Tweets, Users, Followers, and real-time conversations. Designed for AI agents, analytics platforms, and B2B applications, the API enables organizations to search, filter, and analyze millions of Tweets instantly while maintaining speed, accuracy, and compliance.

    The API integrates seamlessly with MCP Servers, enabling businesses to build AI-powered workflows, social media dashboards, and marketing analytics tools without managing complex backend infrastructure. Features like advanced query parameters, pagination, and high-volume data handling make it ideal for media monitoring, sentiment analysis, influencer tracking, and compliance reporting.

    Built for scalability, security, and performance, this API provides predictable latency, enterprise-level SLAs, and support for large datasets, ensuring it meets the demands of financial institutions, marketing firms, research organizations, and AI solution providers.

    Highlights

    • Real-Time Twitter/X Search API for Tweets, Users, and Followers. Advanced search capabilities with AI-ready MCP Server integration for analytics and automation.
    • Enterprise-Grade Performance & Scalability. High-volume data access with robust security, compliance readiness, and predictable performance for B2B clients.
    • AI & Social Media Analytics Integrations. Built for marketing teams, data scientists, and developers to power dashboards, sentiment analysis, and real-time insights.

    Details

    Delivery method

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Quick Launch

    Leverage AWS CloudFormation templates to reduce the time and resources required to configure, deploy, and launch your software.

    Pricing

    Twitter/X Search API & MCP Server for AI Agents & Social Tools

     Info
    Pricing is based on the duration and terms of your contract with the vendor, and additional usage. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. Usage-based pricing is in effect for overages or additional usage not covered in the contract. These charges are applied on top of the contract price. If you choose not to renew or replace your contract before the contract end date, access to your entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (4)

     Info
    Dimension
    Description
    Cost/month
    Overage cost
    Micro Tier
    Designed for individual users, small teams, and early experiments with X API and MCP tools. Ideal for testing, prototyping, and light social media monitoring. Limited daily searches across Tweets, Users, and Followers. Access to core X API endpoints for basic analytics and insights. Perfect for freelancers, researchers, and small proof-of-concept projects.
    $20.00
    Starter Tier
    Built for startups and small organizations needing consistent X API access for Tweets, Users, and Followers data. Increased daily search volumes, AI-ready MCP Server integration, and basic analytics workflows. Includes scheduling for automated social insights. Perfect for startups building analytics dashboards, brand monitoring apps, or compliance tools.
    $80.00
    Business Tier
    Optimized for SMBs, agencies, and mid-sized enterprises needing continuous, high-volume access to X API and MCP Server data. Cross-market Tweet, User, and Follower searches with multi-language support. Advanced AI/LLM workflows, enriched data with sentiment analysis, influencer metrics, and real-time alerts. Ideal for marketing agencies, compliance teams, and research departments managing multiple clients or projects.
    $200.00
    Enterprise Tier
    Comprehensive package for large enterprises, institutions, and global organizations requiring advanced intelligence from X API with MCP Server integrations. Unlimited or custom query volumes, multi-tenant dashboards, role-based access, enterprise-grade security, SLA-backed support, dedicated success manager, and real-time streaming. Designed for financial institutions, compliance teams, global corporations, and government agencies with AI-driven analytics and regulatory monitoring needs.
    $600.00

    Vendor refund policy

    All subscriptions are non-refundable for the billed period once payment has been processed. Customers may cancel future renewals at any time, but charges for the current billing cycle will not be refunded.

    For questions or assistance regarding billing or cancellations, please contact: Email: support@pressmonitor.com 

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Software as a Service (SaaS)

    SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.

    Additional details

    Usage instructions

    Press Monitor X / Twitter Search API

    Onboarding Instructions

    The Press Monitor Advanced Twitter/X Search API provides programmatic access to search, tweet lookup, user profiles, and network graph endpoints (followers, followings), with pagination cursors and enterprise-ready JSON. Ideal for brand monitoring, influencer discovery, social listening, and AI/analytics pipelines.


    Base URL & OpenAPI Schema

    Base Endpoint:

    <https://api.pressmonitor.com/x/v1>

    OpenAPI Schema: Download Schema 


    Authentication

    All endpoints require Bearer Token authentication:

    Authorization: Bearer YOUR_TOKEN

    Each request deducts credits based on content type. Credits and request IDs are returned in responses for usage tracking.

    Endpoints Overview

    • GET /search — advanced search across Tweets, Photos/Media, People, Latest, and Lists
    • GET /tweet — retrieve a Tweet by ID (rich engagement + media)
    • GET /user — lookup a user by username
    • GET /followers — followers of a user (paginated)
    • GET /followings — accounts a user follows (paginated)
    • GET /user-tweets — recent tweets by a user (paginated)
    • GET /get-users — bulk lookup by user IDs (comma-separated)
    • GET /verified-followers — only verified followers (paginated)

    Parameters by Endpoint

    /search

    • query (required) — search term/keyword
    • type (required) — Top | Photos | Media | People | Latest | Lists
    • count (optional) — page size (endpoint max applies)
    • cursor (optional) — pagination cursor from previous page

    /tweet

    • pid (required) — tweet ID

    /user

    • username (required) — screen name without @

    /followers, /followings, /user-tweets, /verified-followers

    • user (required) — target user ID (rest_id)
    • count (optional) — page size
    • cursor (optional) — pagination

    /get-users

    • users (required) — comma-separated user IDs

    Response Shape (summary)

    Most list endpoints return an array of objects. Pagination support is provided via a cursor parameter (request) and may be surfaced as next_cursor in responses.


    Example Requests

    Search (Latest)

    curl -s "https://api.pressmonitor.com/x/v1/search?query=AI%20models&type=Top&count=20" -H "Authorization: Bearer YOUR_TOKEN"

    Tweet by ID

    curl -s "https://api.pressmonitor.com/x/v1/tweet?pid=1964395588927000801" -H "Authorization: Bearer YOUR_TOKEN"

    Followers (paginated)

    curl -s "https://api.pressmonitor.com/x/v1/followers?user=2455740283&count=50&cursor=NEXT_CURSOR" -H "Authorization: Bearer YOUR_TOKEN"

    Bulk Users

    curl -s "<https://api.pressmonitor.com/x/v1/get-users?users=44196397>,2455740283" -H "Authorization: Bearer YOUR_TOKEN"

    Best Practices

    • Use cursor to page large result sets efficiently.
    • Respect endpoint count maximums to avoid throttling.
    • Cache non-volatile lookups (e.g., user profile by ID).
    • Log request_id (if present) for support/usage tracing.

    Support

    Docs & Guides: https://www.pressmonitor.com/en/docs/twitter-x-api  Email: support@pressmonitor.com 

    Press Monitor X / Twitter MCP Server

    Onboarding Instructions

    The Press Monitor X MCP Server exposes Twitter/X tools over JSON-RPC 2.0 for AI agents and automations. All tool names map 1:1 to the API operationIds, with structured output that includes a data envelope (items + pagination) and credits for metering.


    Base URL

    Base Endpoint:

    <https://mcp.pressmonitor.com/x/v1>

    OpenAPI Schema: Download Schema 


    Authentication

    All endpoints require Bearer Token authentication:

    Authorization: Bearer YOUR_TOKEN

    Each request deducts credits based on content type. Credits and request IDs are returned in responses for usage tracking.


    Discover Tools

    List the available tools via JSON-RPC:

    curl -s -X POST "https://mcp.pressmonitor.com/x/v1" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

    Common tools (operationId = tool name): search, tweet, user, followers, followings, userTweets, getUsers, verifiedFollowers.


    Example: Call search

    curl -s -X POST "https://mcp.pressmonitor.com/x/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_TOKEN" -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "search", "arguments": { "query": "AI safety", "type": "Top", "count": "25" } } }'

    Expected output envelope:

    { "jsonrpc": "2.0", "id": 1, "result": { "content": [{ "type": "json", "json": { "data": { "items": [ /* array of tweets/users/media depending on type */ ], "next_cursor": "string or null" }, "credits": { "rate": 1, "quantity": 1, "total": 1, "request_id": "..." } } }] } }

    Example: Followers

    curl -s -X POST "https://mcp.pressmonitor.com/x/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_TOKEN" -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "followers", "arguments": { "user": "44196397", "count": "50" } } }'

    Client Config Snippet (mcp.json)

    { "mcpServers": { "pressmonitor-x": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.pressmonitor.com/x/v1", "--header", "Authorization: Bearer ${X_API_TOKEN}" ], "env": { "X_API_TOKEN": "" } } } }

    Tips

    • Keep count reasonable (e.g., 25–100) and always reuse next_cursor for pagination.
    • Tool outputs follow the declared outputSchema with data.items and data.next_cursor plus credits.
    • For reproducible analytics, store request/response pairs with timestamps and request IDs.

    Support

    Docs & Guides: https://www.pressmonitor.com/en/docs/twitter-x-api  Email: support@pressmonitor.com 

    Support

    Vendor support

    Free support is available all working days. Please email support@pressmonitor.com . We usually reply within 1-2 working days.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.