FutureSearch Logofuturesearch
  • Solutions
  • Pricing
  • Research
  • Docs
  • Evals
  • Blog
  • Company
  • LiteLLM Checker
  • Get Researchers
FutureSearch Logo

General inquiry? You can reach us at hello@futuresearch.ai.

Company

Team & CareersPressPrivacy PolicyTerms of Service

Developers

SDK DocsAPI ReferenceCase StudiesGitHubSupport

Integrations

Claude CodeCursorChatGPT CodexClaude.ai

Follow Us

X (Twitter)@dschwarz26LinkedIn
FutureSearchdocs
Your research team
Installation
  • All install methods
  • Claude.ai
  • Claude Cowork
  • Claude Code
  • Web App
  • Python SDK
  • Skill
  • MCP Server
Reference
  • API Key
  • classify
  • dedupe
  • forecast
  • merge
  • rank
  • agent_map
  • Progress Monitoring
  • Chaining Operations
Guides
  • LLM-Powered Data Labeling
  • Add a Column via Web Research
  • Classify and Label Rows
  • Deduplicate Training Data
  • Filter a Dataset Intelligently
  • Find Profitable Polymarket Trades
  • Forecast Outcomes for a List of Entities
  • Value a Private Company
  • Join Tables Without Shared Keys
  • Rank Data by External Metrics
  • Resolve Duplicate Entities
  • Scale Deduplication to 20K Rows
  • Turn Claude into an Accurate Forecaster
Case Studies
  • Deduplicate Contact Lists
  • Deduplicate CRM Records
  • Enrich Contacts with Company Data
  • Fuzzy Match Across Tables
  • Link Records Across Medical Datasets
  • LLM Cost vs. Accuracy
  • Merge Costs and Speed
  • Merge Thousands of Records
  • Multi-Stage Lead Qualification
  • Research and Rank Web Data
  • Run 10,000 LLM Web Research Agents
  • Score Cold Leads via Web Research
  • Score Leads from Fragmented Data
  • Screen 10,000 Rows
  • Screen Job Listings
  • Screen Stocks by Economic Sensitivity
  • Screen Stocks by Investment Thesis
FutureSearchby futuresearch
by futuresearch

EveryRow Skill

The skill is a guidance file (SKILL.md) that teaches AI agents how to use FutureSearch effectively. It works with any MCP server backend, whether the remote OAuth server or a local API-key-based server.

Install manually

The skill file lives at skills/futuresearch-python/SKILL.md. You can point any agent to it directly.

Install into Claude Code via plugin

claude plugin marketplace add futuresearch/futuresearch-python
claude plugin install futuresearch@futuresearch

The plugin bundles the skill and MCP server into a single install.

If you already have the remote MCP server set up, the plugin adds the skill file on top.

If you do not have the remote MCP server, the plugin sets up a local MCP server instead. This requires an API key:

export FUTURESEARCH_API_KEY=sk-cho-...

What the skill provides

Guides the agent to write Python SDK code when you need full control (custom Pydantic models, preview=True, effort levels, multi-step pipelines chained in memory).

Related

Claude Code setup remote MCP setup

Python SDK full SDK documentation for developers

MCP Server Reference all MCP tool parameters