# Interface: MCPTool

Defined in: [types.ts:1413](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1413)

Tool that provides access to MCP capabilities.

## Extends

- `BaseTool`\<`ToolType.MCP`>

## Properties

### serverNames?

> `optional` **serverNames**: `string`[]

Defined in: [types.ts:1417](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1417)

The names of the MCP servers added to this pack that this tool can connect to.

______________________________________________________________________

### type

> **type**: `MCP`

Defined in: [types.ts:1280](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1280)

The type identifier for this tool.

#### Inherited from

`BaseTool.type`
