Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FINEDATA_API_KEYYesYour FineData API key
FINEDATA_API_URLNoAPI URL (default: https://api.finedata.ai)https://api.finedata.ai
FINEDATA_TIMEOUTNoDefault timeout in seconds (default: 60)60

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scrape_url

Scrape content from any web page with advanced antibot bypass.

Features:

  • TLS fingerprinting (Chrome, Firefox, Safari profiles)

  • JavaScript rendering for SPAs (React, Vue, Angular)

  • Captcha solving (reCAPTCHA, hCaptcha, Cloudflare Turnstile)

  • Residential and mobile proxy support

  • Automatic retry with smart detection

Use cases:

  • Extract text/HTML from any website

  • Scrape JavaScript-rendered content

  • Access pages behind Cloudflare or other protections

  • Get data from pages with captchas

Token costs:

  • Base request: 1 token

  • Antibot bypass: +2 tokens

  • JS rendering: +5 tokens

  • Residential proxy: +3 tokens

  • Captcha solving: +10 tokens

scrape_async

Submit an async scraping job for long-running requests.

Use this for:

  • Pages that take > 60 seconds to load

  • Heavy JS rendering tasks

  • When you don't need immediate results

  • Batch processing workflows

Returns a job_id that you can poll with get_job_status.

get_job_status

Get the status of an async scraping job.

Statuses:

  • pending: Job is queued

  • processing: Worker is scraping

  • completed: Success, result available

  • failed: Error occurred

  • cancelled: Job was cancelled

Poll this endpoint until status is 'completed' or 'failed'.

batch_scrape

Scrape multiple URLs in a single batch request.

Benefits:

  • Submit up to 100 URLs at once

  • Parallel processing for speed

  • Single webhook notification when all complete

Returns a batch_id and list of job_ids for tracking.

get_usage

Get current API usage and token statistics.

Returns:

  • Tokens used this billing period

  • Token limit for your plan

  • Usage breakdown by feature

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/quality-network/finedata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server