Fullpath MCP Tools
Fullpath publishes a first-party Model Context Protocol tool manifest at developers.fullpath.com/mcp-tools.json — thirteen tools with real JSON Schema inputSchemas, saved verbatim here as autoleadstar-mcp-tools.json. It is a DOWNLOADABLE manifest for local MCP clients, not a hosted remote MCP server: the provider's own instructions are "download the mcp-tools.json file and load it into your MCP-compatible client". Every tool calls the same Fullpath REST API underneath with the same Bearer token.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
list_dealers— List dealers that have a consent-management integration with the authenticated vendor.get_consent— Get the current consent status for a single contact at a target dealer.store_consents— Store one or more consent records (1-500 contacts) for a target dealer and contact type.list_shoppers— List shoppers for a dealership with pagination, search, filtering, and sorting support.get_shopper— Retrieve a single shopper by ID with optional embedded data.get_shopper_audiences— Get audiences associated with a specific shopper.list_audiences— List audiences for a dealership.get_audience— Retrieve a single audience by ID.get_audience_shoppers— Get shoppers associated with a specific audience.list_tasks— List tasks for a dealership with pagination and filtering.list_leads— List leads for a dealership with pagination and filtering.list_appointments— List appointments for a dealership with pagination and filtering.list_activities— List activities for a dealership with pagination and filtering.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.