Skip to main content
Glama

Server Details

Crypto prices, Polymarket CLOB, AI research & web rendering. x402 Solana payments.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
chadbot0x/apiforchads-mcp
GitHub Stars
1
Server Listing
API for Chads

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

9 tools
deep_researchInspect

Run a deep research investigation (~5 minutes). Uses Gemini Deep Research Pro for comprehensive, multi-source cited reports.

Args: query: Research question or topic (5-2000 chars)

Returns: Comprehensive research report with citations.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
extract_from_webpageInspect

Extract specific elements from a web page using CSS selectors.

Args: url: Full URL to render (https:// required) selector: CSS selector (e.g. 'h1', '.article-body', '#main-content') format: Output format — 'text', 'markdown', or 'html'

Returns: JSON with matched elements, count, and content.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
formatNotext
selectorYes
get_crypto_priceInspect

Get real-time crypto price from Chainlink oracles + Binance.

Args: asset: Crypto asset symbol (e.g. BTC, ETH, SOL, MATIC)

Returns: JSON with price, sources, and timestamp.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetYes
get_prediction_marketInspect

Get Polymarket CLOB best bid/ask for a prediction market.

Args: slug: Polymarket market slug (e.g. 'will-bitcoin-hit-100k-in-2026')

Returns: JSON with best bid, best ask, spread, and market info.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
list_servicesInspect

List all available API for Chads services with pricing.

Returns: Complete service catalog with endpoints, descriptions, and x402 pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

quick_researchInspect

Run a quick web-grounded research query (~20 seconds). Uses Gemini Flash with Google Search for fast, cited answers.

Args: query: Research question or topic (5-2000 chars)

Returns: Research report with sources (400-600 words).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
render_webpageInspect

Render a web page with headless Chromium and extract content. Handles JavaScript-rendered pages that simple fetchers can't read.

Args: url: Full URL to render (https:// required) format: Output format — 'markdown', 'text', or 'html' max_chars: Maximum characters to return (100-200000)

Returns: JSON with title, content, links, and render time.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
formatNomarkdown
max_charsNo
screenshot_webpageInspect

Capture a screenshot of a web page as PNG (base64 encoded).

Args: url: Full URL to screenshot (https:// required) full_page: True for full page, False for viewport only

Returns: JSON with base64-encoded PNG screenshot and metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
full_pageNo
webpage_to_pdfInspect

Convert a web page to PDF document (base64 encoded).

Args: url: Full URL to convert (https:// required)

Returns: JSON with base64-encoded PDF and metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.