ScrapeField

MCP server

The same eighteen endpoints, as tools an agent can call directly. Same parameters, same responses, same credit costs.

Connect it

Add it to any MCP client — Claude Code, Claude Desktop, Cursor, or your own agent.

{
  "mcpServers": {
    "scrapefield": {
      "type": "http",
      "url": "https://scrapefield.com/mcp",
      "headers": { "Authorization": "Bearer sf_live_…" }
    }
  }
}

Try it without a key

Leave the Authorization header off and the server answers in demo mode: realistic sample data, the identical shapes, nothing charged and no account needed. It is there so you can evaluate the tools before deciding whether to sign up.

curl -X POST https://scrapefield.com/mcp \
  -H "content-type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

The tools

One per endpoint, named for the job rather than for us.

ToolWhat it doesCredits
search_placesSearch Google Maps for businesses and places3
get_placeGet one Google Maps place in full3
get_place_reviewsGet the reviews for a place3
get_place_photosGet the photos for a place2
get_linkedin_profileGet a public LinkedIn profile10
get_linkedin_companyGet a public LinkedIn company page6
get_linkedin_postsGet recent posts from a person or company6
search_linkedin_jobsSearch public job postings4
get_instagram_profileGet a public Instagram profile3
get_instagram_postsGet recent posts from a profile3
get_instagram_postGet one post2
get_instagram_commentsGet the comments on a post3
get_instagram_hashtagGet recent posts for a hashtag4
get_tiktok_profileGet a public TikTok profile3
get_tiktok_videosGet recent videos from a profile3
get_tiktok_videoGet one video2
get_tiktok_commentsGet the comments on a video3
search_tiktokSearch TikTok4