> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Call • AI Agent SDK

> MCPCall: Represents an MCP tool call during research.

# MCPCall

> Defined in the [**Deep Research Agent**](../modules/deep_research_agent) module.

<Badge color="blue">AI Agent</Badge>

Represents an MCP tool call during research.

## Properties

<ResponseField name="name" type="str">
  No description available.
</ResponseField>

<ResponseField name="server_label" type="str">
  No description available.
</ResponseField>

<ResponseField name="arguments" type="Dict">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/deep_research_agent.py#L89">
  `praisonaiagents/agent/deep_research_agent.py` at line 89
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="MCP Concept" icon="server" href="/docs/concepts/mcp" />

  <Card title="MCP Lifecycle" icon="rotate" href="/docs/features/mcp-lifecycle" />
</CardGroup>
