Company research
“Research this company before I write about it.”
MCP FOR AI AGENTS
The web context API for teams building AI products, agents, and workflows. Connect one read-only MCP server to give Claude Code, Codex, Hermes, and other MCP clients a direct path to web, brand, and provider context.
Agents ask. Nodes reply.
Agent / User
Research Linear's brand, website, and developer sentiment.
ReplyNodes MCP
https://api.replynodes.com/mcp
Web
Web Search · Web Crawl
Brand Intelligence
Retrieve Brand · Get Styleguide
Providers
YouTube · Reddit
Ready to connect
Use the config as-is, then provide your Read API key through your client's secret or environment-variable flow.
{
"mcpServers": {
"replynodes": {
"url": "https://api.replynodes.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_READ_API_KEY"
}
}
}
}Keep REPLYNODES_API_KEY in your environment. Never paste a real key into this file.
START HERE
Three steps from a key to a useful agent connection.
Sign up for a platform workspace, then create a Read API key. Agent setup: auth.md and quickstart.md.
Add the ReplyNodes server to your MCP client and provide the key securely.
Describe the company, website, or topic you want your agent to research.
THE CONNECTION
One protocol boundary branches into the public context your agent needs to answer well.
Natural-language request
https://api.replynodes.com/mcp
PROMPT EXAMPLES
“Research this company before I write about it.”
“Map this website and explain its important pages.”
“Research this topic across search, video, and discussion.”
SECURITY & TRUST
The connection is explicit, the access is read-only, and the endpoint is visible in every config.
https://api.replynodes.com/mcp
Create a Read API key in your platform workspace and keep the real value in your client’s secret or environment-variable flow.
The MCP surface retrieves public context. It does not create, update, delete, schedule, or publish social content.
READY WHEN YOUR AGENT IS
Create a Read API key, paste the config, and connect your MCP client to ReplyNodes.