CuratedMCP
✨
OpenAI Agents SDK
Free

How to Install Robot Speed in OpenAI Agents SDK

SEO tools for AI agents: audits, CWV, keywords, AI visibility, traffic, backlinks.

What Robot Speed does

SEO tools for AI agents β€” audits, Core Web Vitals, keywords, AI visibility, traffic, backlinks, content/CMS publishing. 12 free tools no auth; paid OAuth 2.1.

seo

Installation steps

  1. 1Install: pip install openai-agents
  2. 2Copy the snippet below into your agent code
  3. 3Replace placeholder env values with your real keys
  4. 4Pass mcp_servers=[mcp_server] to your Agent()

Python snippet

Python snippetpython
from agents import Agent
from agents.mcp import MCPServerStdio

mcp_server = MCPServerStdio(
    command="Remote",
    args=["MCP", "endpoint:", "https://www.robot-speed.com/api/mcp"],
)

agent = Agent(
    name="My Agent",
    model="gpt-4o",
    mcp_servers=[mcp_server],
)
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Robot Speed, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://www.curatedmcp.com/api/badge/robot-speed)](https://www.curatedmcp.com/marketplace/robot-speed)

Related servers