> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/integration/mcp-integration/agent-builder-mcp-server-integration.md).

# Agent Builder MCP Server Integration

Connect OpenAI Agent Builder to the TalorData MCP server (featuring over 60 tools) to build AI agents with real-time web search, scraping, and structured data access capabilities.

#### Require:

* [TalorData account](https://www.talordata.com/)
* OpenAI account with a [verified organization](https://help.openai.com/en/articles/10910291-api-organization-verification)

{% stepper %}
{% step %}

#### Create a new process

Go to the [Agent Builder](https://platform.openai.com/agent-builder) and create a new flow.

<figure><img src="/files/OTJP7Y8qSmEzKwrPwaiI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Click the agent node.

After clicking a agent node, the agent configuration panel will appear on the left side of the screen.

<figure><img src="/files/nBpyjMnvymdujybro58A" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Click "Tools" to add MCP.

<div align="left"><figure><img src="/files/zu8W23XeSNZhfNCXxPNE" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

#### Select MCP and add a Web MCP server.

Copy the following URL and paste it into the URL bar:

Please replace <kbd>YOUR\_USER\_TOKEN</kbd> with your actual **TalorData API Token**.

```
 https://mcp.talordata.net/YOUR_USER_TOKEN/mcp
```

Then click the "Connect" button.

{% endstep %}

{% step %}

#### Select the tools you prefer and add them.

You can select the relevant tools to expose to the agent, or click the "Add" button to add all tools.

{% endstep %}

{% step %}

#### Configure the agent, including the name and description.

Name your agent, provide a set of instructions, select the reasoning difficulty level, and then click the preview button to test it.

{% endstep %}

{% step %}

#### Test your agent

Ask your agent any questions requiring real-time web data to get instant answers.

{% endstep %}

{% step %}

#### Monitor usage

View your API usage in the [TalorData SERP API usage logs](https://dashboard.talordata.com/scraping/serp-api/history).

{% endstep %}
{% endstepper %}
