Everyrow
@futuresearch
关于 Everyrow
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"everyrow": {
"command": "uvx",
"args": [
"everyrow-mcp"
],
"env": {
"EVERYROW_API_KEY": "${EVERYROW_API_KEY}"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Everyrow?
Everyrow is an SDK to run LLM research agents at scale on pandas dataframes, enabling intelligent sorting, filtering, merging, deduplication, and column addition. It scales to tens of thousands of LLM calls or web research agents from a single Python method.
How to use Everyrow?
Install via pip install everyrow, get an API key at everyrow.io/api-key, then use Python with pandas and Pydantic models to run operations like screen, rank, or research. Integrate with Claude Code, Gemini CLI, Codex CLI, or Cursor via plugins.
Key features of Everyrow
- Screen rows by criteria that need judgment (10k rows)
- Rank and score rows from research (10k rows)
- Deduplicate where fuzzy matching fails (20k rows)
- Merge tables when keys don't match (5k rows)
- Web research agents on every row (10k rows)
- Async operations with crash recovery via
fetch_task_data
Use cases of Everyrow
- Filter job listings for remote-friendly senior roles with salary disclosure
- Deduplicate messy CRM exports where exact matching fails
- Merge two tables without clean join keys
- Research company funding rounds and lead investors at scale
- Classify and label thousands of dataframe rows using LLM judgment
FAQ from Everyrow
What Python version is required?
Python 3.12 or newer is required to install and run Everyrow.
How do I get an API key?
Go to everyrow.io/api-key to obtain an API key; you receive $20 in free credit.
Can Everyrow perform web research?
Yes, use single_agent for one row or agent_map for parallel web research agents on every row, tuned for deep research and cost efficiency.
What if my script crashes during an async operation?
Print the task ID after submitting, then use fetch_task_data with that ID to recover the results later.
Which coding agent plugins are supported?
Plugins are available for Claude Code, Gemini CLI, Codex CLI, and Cursor, each with installation steps in the README.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论