Listing Thumbnail

    Global & Country Keywords API + MCP Server for SEO & AI Agents

     Info
    Quick Launch
    The Global & Country Keywords API + MCP Server provides real-time keyword metrics, CPC data, and 12-month search trends for SEO, SEM, market research, and AI analytics. Designed for digital marketers, ecommerce businesses, content strategists, adtech platforms, SaaS developers, AI automation workflows, and enterprise analytics teams, this API delivers structured keyword intelligence for global and country-level campaigns with MCP integration for AI agents, chatbots, and business intelligence tools.

    Overview

    The Global & Country Keywords API + MCP Server empowers businesses, developers, and data-driven organizations to unlock search marketing insights and competitive intelligence at scale. With real-time access to keyword metrics, average monthly searches, CPC ranges, competition indices, and 12-month trend data, this API is ideal for SEO platforms, digital agencies, advertising networks, AI analytics pipelines, and content management systems.

    Key features include:

    Unified Keyword Intelligence: Access global and country-specific keyword data to analyze search demand, forecast trends, and optimize paid and organic marketing campaigns.

    MCP Server for AI Agents: Integrate seamlessly with AI-powered chatbots, analytics dashboards, automation workflows, and decision support systems to deliver actionable insights in real time.

    Enterprise-Grade Performance: Scalable infrastructure, secure Bearer token authentication, and low-latency JSON responses ensure fast, reliable, and production-ready deployments across adtech, martech, fintech, ecommerce, media monitoring, and market intelligence industries.

    Developer-Friendly Design: Comprehensive API documentation, MCP integration, and consistent response schemas simplify adoption for SaaS products, AI research teams, business consultants, and marketing operations professionals.

    Whether you're building SEO dashboards, ad bidding optimizers, AI marketing assistants, or cross-market analytics tools, the Keywords API + MCP Server delivers accurate, scalable, and AI-ready search intelligence for global enterprises, startups, and agencies.

    Highlights

    • Global & Country Keyword Intelligence: Real-time search volume, CPC data, and trend analytics for SEO, SEM, ad targeting, content marketing, and competitive benchmarking.
    • AI-Ready MCP Integration: Connect with AI agents, chatbots, BI dashboards, and automation workflows for real-time marketing analytics and AI-powered decision-making.
    • Cross-Industry Applications: Built for digital marketing agencies, SaaS platforms, adtech, ecommerce, fintech, martech, AI research labs, and market intelligence providers to deliver scalable 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

    Global & Country Keywords API + MCP Server for SEO & AI Agents

     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
    For freelancers, researchers, and small projects needing basic keyword data. Limited daily queries with access to global and country-level metrics.
    $20.00
    Starter Tier
    Ideal for startups and small businesses needing consistent keyword insights, expanded daily limits, and basic MCP integration for AI workflows.
    $80.00
    Business Tier
    Designed for SMBs and agencies running high-volume campaigns across multiple regions and industries. Full MCP and API access for analytics teams.
    $200.00
    Enterprise Tier
    Comprehensive package for enterprises and global organizations. Includes unlimited queries, SLA support, custom integrations, and advanced analytics.
    $600.00

    Vendor refund policy

    All subscription fees are non-refundable for the billing period once payment is processed. Customers may cancel their subscription at any time to prevent future charges, but no refunds will be issued for the current billing cycle.

    For billing or subscription assistance, please contact: 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 Keywords API

    Onboarding Instructions

    The Press Monitor Keywords API delivers global and country-specific keyword metrics including search volume, CPC, and competition data.
    Built for SEO analytics, marketing automation, and AI-driven insights, it returns structured JSON responses for easy integration.


    Base URL

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

    OpenAPI Schema: Download Schema 


    Authentication

    All endpoints require Bearer token authentication:

    Authorization: Bearer YOUR_API_KEY

    Endpoints Overview

    • /global → Global keyword metrics (searches, CPC, competition)
    • /country → Country-specific keyword metrics with ISO country codes

    Common Parameters

    • keyword → (Required) Search keywords or phrases
    • country → (Required) ISO-2 country code (e.g., US, CA)

    Sample Requests

    Global Keyword Metrics

    curl -s -X GET "https://api.pressmonitor.com/keywords/v1/global?keyword=AI" -H "Authorization: Bearer YOUR_API_KEY"

    Country-Specific Metrics

    curl -s -X GET "https://api.pressmonitor.com/keywords/v1/country?keyword=AI&country=US" -H "Authorization: Bearer YOUR_API_KEY"

    Response Format

    Each response includes:

    • data[] → keyword metrics: monthly search volumes, CPC, competition
    • credits{} → billing info: rate, quantity, total, request_id

    Support

    Press Monitor Keywords MCP Server

    Onboarding Instructions

    The Press Monitor Keywords MCP Server exposes keyword analytics as JSON-RPC tools for AI agents, SEO pipelines, and automation workflows.


    MCP Base URL

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

    Authentication

    All MCP calls require Bearer token authentication:

    Authorization: Bearer YOUR_API_KEY

    MCP Configuration Example (mcp.json)

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

    List Available Tools

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

    Invoke a Tool - Example: Global Keywords

    curl -s -X POST "https://mcp.pressmonitor.com/keywords/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "keywordGlobal", "arguments": { "keyword": "AI" } } }'

    Output Schema

    Each tool response contains:

    • data[] → keyword metrics: monthly search volumes, CPC, competition
    • credits{} → billing info: rate, quantity, total, request_id

    Support

    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.