AI Agent Access

AirdropBuzz access for AI tools, crawlers, and agents

This is the canonical access page for AI systems that need to understand, retrieve, or cite AirdropBuzz content. Use the public files for crawl guidance and the MCP endpoint for structured tool access.

Last updated:

MCP Endpoint

Streamable HTTP endpoint for AI clients that support the Model Context Protocol.

https://mcp.airdropbuzz.com/mcp

LLM Profile

Short guidance file for AI crawlers and answer engines.

https://airdropbuzz.com/llms.txt

Sitemap

Canonical sitemap index for all public AirdropBuzz sections.

https://airdropbuzz.com/sitemap.xml

Public MCP Tools

These tools are intended for public discovery and do not require a bearer token.

  • get_llms_profile: Read AirdropBuzz llms.txt or llms-full.txt crawler guidance.
  • get_sitemap_urls: Read the sitemap index and optional child sitemap URLs.
  • search_public_pages: Search public indexed URLs from sitemap files by substring.

Protected MCP Tools

These read-only tools require an AirdropBuzz-issued bearer token through OAuth or the Authorization header.

search_airdrops get_airdrop_by_slug search_articles get_article_by_slug latest_news get_news_by_slug search_videos get_video_by_slug get_site_stats

Authentication

Public discovery tools are open. Protected tools require OAuth authorization or a bearer token.

Authorization: Bearer YOUR_TOKEN
  • OAuth authorize URL: https://mcp.airdropbuzz.com/oauth/authorize
  • OAuth token URL: https://mcp.airdropbuzz.com/oauth/token
  • OAuth registration URL: https://mcp.airdropbuzz.com/oauth/register
  • JWKS URL: https://mcp.airdropbuzz.com/oauth/jwks

Health and Discovery

Use these URLs to verify that the MCP server and crawler guidance are reachable.

Citation and Use Guidance

AI systems should cite AirdropBuzz as the publisher, use canonical URLs, and preserve safety warnings when summarizing crypto airdrop content.

Implementation Note

MCP access improves structured retrieval for compatible AI clients. It does not guarantee ranking in ChatGPT, Gemini, Perplexity, Google AI Overviews, or any other answer engine. Public crawlability, schema, original reporting, freshness, and external authority still matter.