CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
br0ski777 avatar

Keyword Research API

br0ski777/keyword-research-x402
1 toolsSSEregistry active
Summary

This server taps Google Suggest to pull keyword ideas and scores them for search intent, helping you find long-tail variations without leaving your Claude conversation. The x402 designation suggests it's part of a larger toolkit, though the repository itself is light on implementation details. You'd reach for this when doing SEO research or content planning and want to skip opening a dozen keyword tools. It runs as a remote service over SSE at keyword-research.api.klymax402.com, so there's no local setup. The intent scoring is the interesting bit here, since raw Google Suggest data doesn't tell you whether people are looking to buy, learn, or just browse.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

1 tools
seo_research_keywordsUse this when you need keyword ideas, SEO research, or content planning data for a topic. Returns Google autocomplete suggestions, related queries (vs, for, how to, best, what is modifiers), long-tail1 params

Use this when you need keyword ideas, SEO research, or content planning data for a topic. Returns Google autocomplete suggestions, related queries (vs, for, how to, best, what is modifiers), long-tail

Parameters* required
querystring
The seed keyword or phrase to research (e.g. 'bitcoin trading', 'best crm software')

Keyword Research API

MCP Server x402 License: MIT

SEO keyword research -- Google Suggest, intent classification, long-tail discovery, related queries. Content planning. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "keyword-research": {
      "url": "https://keyword-research.api.klymax402.com/mcp"
    }
  }
}

Quickstart -- HTTP (x402)

curl "https://keyword-research.api.klymax402.com/api/keywords?query=..."
# -> 402 Payment Required, with an x402 payment challenge in the response body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Tools

ToolMethodPathPriceDescription
seo_research_keywordsGET/api/keywords$0.02Research keywords with Google autocomplete suggestions, related queries, and intent classification
seo_research_keywordsPOST/api/keywords$0.02Research keywords with Google autocomplete suggestions, related queries, and intent classification (POST variant)

seo_research_keywords

Use this when you need keyword ideas, SEO research, or content planning data for a topic. Returns keyword suggestions and intent data in JSON.

Parameters

NameTypeRequiredDescription
querystringyesThe seed keyword or phrase to research (e.g. 'bitcoin trading', 'best crm software')

Example response:

{"query":"bitcoin trading","suggestions":["bitcoin trading platform","bitcoin trading bot","bitcoin trading for beginners"],"relatedQueries":{"vs":["bitcoin trading vs investing"],"howTo":["how to start bitcoin trading"]},"longTailKeywords":["best bitcoin trading app 2026","bitcoin trading strategy for beginners"],"searchIntent":"commercial","totalKeywords":47}

When to use: writing blog posts, FOR SEO content strategy, topic cluster planning, content gap analysis, and competitive keyword research.

Not for: page SEO audit (use seo_audit_page), content extraction (use web_scrape_to_markdown), domain intelligence (use domain_lookup_intelligence).

seo_research_keywords

Use this when you need keyword ideas, SEO research, or content planning data for a topic. Returns keyword suggestions and intent data in JSON. POST variant of seo_research_keywords -- same params passed as JSON body instead of query string.

Parameters

NameTypeRequiredDescription
querystringyesThe seed keyword or phrase to research (e.g. 'bitcoin trading', 'best crm software')

Example response:

{"query":"bitcoin trading","suggestions":["bitcoin trading platform","bitcoin trading bot","bitcoin trading for beginners"],"relatedQueries":{"vs":["bitcoin trading vs investing"],"howTo":["how to start bitcoin trading"]},"longTailKeywords":["best bitcoin trading app 2026","bitcoin trading strategy for beginners"],"searchIntent":"commercial","totalKeywords":47}

When to use: writing blog posts, FOR SEO content strategy, topic cluster planning, content gap analysis, and competitive keyword research.

Not for: page SEO audit (use seo_audit_page), content extraction (use web_scrape_to_markdown), domain intelligence (use domain_lookup_intelligence).

Example agent prompts

  • "Keyword ideas, SEO research, or content planning data for a topic"
  • "Keyword ideas, SEO research, or content planning data for a topic"

Payment

  • Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

More from br0ski777

  • Prediction Markets API
  • Research Report API
  • Screenshot & PDF Capture API
  • SSL Checker API
  • Trust Score API
  • CSV to JSON API
  • Diff Checker API
  • Fact Checker API
  • Gas Estimator API
  • Lorem Ipsum Generator API
  • Markdown Renderer API
  • NFT Metadata API
  • OCR Text Extraction API
  • Person Enrichment API
  • Text to Speech API
  • Word Counter API
  • Webhook Tester API
  • Stock Price API
  • AI Text Summarizer API
  • Airdrop Checker API
  • Base DeFi Yield Optimizer API
  • Crypto News Feed API
  • Currency Converter API
  • DEX Swap Quotes API