Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
Livedatalink logo. Livedatalink MCP server connector.

Livedatalink MCP Server

62 real-time data tools for AI agents: finance, courts, sanctions, weather, cyber. Free tier.

ToolsTools
231
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the Livedatalink MCP Server?

The Livedatalink MCP server gives AI agents structured, permission-aware access to Livedatalink through the Model Context Protocol. With 231 pre-built actions, agents can read, create, and update Livedatalink data on behalf of authorized users.

Willow ships the Livedatalink MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how Livedatalink is being used by every AI agent in your stack.

Tools

Tool

property_lookup

Look up real estate property data by street address or account number. Returns property owner name, assessed value, market value, land value, improvement value, year built, square footage, lot size, acreage, exemptions (homestead, over 65, disabled veteran), and legal description. Use this for questions like "who owns this house?", "how much is this property worth?", "what's the tax value of this address?", "what are the property details?", or any real estate lookup. Coverage note: currently demo dataset for Montgomery County, TX (sample properties only). Full live coverage of all Texas counties via ATTOM/Estated is available as a paid upgrade. Email [email protected] to enable real CAD data on your account.
Tool

property_search_owner

Search for real estate properties by owner name. Find all properties owned by a person, family, trust, LLC, or company. Supports partial name matching. Use this for questions like "what properties does John Smith own?", "find all land owned by this company", "who owns property in this area?", or any property ownership search. Returns addresses, values, property types, and account numbers for all matching properties.
Tool

property_search_area

Search for real estate properties in a geographic area. Filter by zip code, subdivision, neighborhood, or street name. Use this for questions like "what homes are in this zip code?", "show me properties in this neighborhood", "find houses on Main Street", "what's the average home value in this area?", or any area-based property search. Returns a list of properties with addresses, owners, values, and property types.
Tool

property_value_history

Get property value history and tax assessment trends over multiple years. Shows year-by-year market value, land value, improvement value, and percentage change. Use this for questions like "how has this property's value changed?", "what's the appreciation rate?", "show me the tax assessment history", "has this home gone up in value?", or any property valuation trend question. Requires account number (use property_lookup first to find it).
Tool

fmcsa_carrier_lookup

Look up a trucking company, freight carrier, or motor carrier by DOT number or MC number. Returns company name, address, phone, fleet size, number of drivers, safety rating, operating authority, insurance status (BIPD, cargo, bond), crash history, inspection rates, and out-of-service percentages. Use this for questions like 'is this carrier safe?', 'look up this trucking company', 'check this DOT number', 'verify this carrier', 'what's their safety rating?', or any freight carrier lookup. Covers all US carriers registered with FMCSA.
Tool

fmcsa_carrier_search

Search for trucking companies, freight carriers, or motor carriers by company name. Find any carrier's DOT number, MC number, location, fleet size, and operating status. Supports partial name matching. Use this for questions like 'find this trucking company', 'what's the DOT number for Werner?', 'search for freight carriers in Texas', 'look up this logistics company', or any carrier name search. Returns up to 50 matching carriers from the FMCSA national database.
Tool

fmcsa_safety_scores

Get safety information for a trucking company by DOT number. Returns either CSA BASIC percentile scores (where FMCSA publishes them, rare per FAST Act 2015 restrictions) OR a public safety summary built from crash counts, fatal/injury crashes, driver/vehicle/hazmat out-of-service rates, and inspection volumes (always available). Use this for questions like 'is this carrier safe?', 'what's their safety record?', 'how many crashes?', 'should I hire this carrier?', 'check their inspection history', or any trucking safety evaluation. Higher BASIC percentiles = worse record. For OOS rates, lower is better; national averages provided for comparison.
Tool

fmcsa_carrier_authority

Check if a trucking company is legally authorized to operate and has valid insurance. Returns operating authority status (common, contract, broker - active/inactive/revoked), BIPD insurance, cargo insurance, bond/surety status, and whether they're allowed to haul freight. Use this for questions like 'can this carrier legally operate?', 'do they have insurance?', 'is this broker licensed?', 'verify carrier authority', 'check trucking company credentials', 'is this freight company legit?', or any carrier compliance check.
Tool

fmcsa_carrier_compare

Compare 2 to 5 trucking companies side by side on safety, fleet size, insurance, and authority. Returns a comparison table: fleet size, driver count, safety rating, crash history, BASIC safety scores, authority status, insurance, and out-of-service rates. Use this for questions like 'which carrier is safer?', 'compare these trucking companies', 'which freight company should I use?', 'evaluate these carriers against each other', 'help me pick between these haulers', or any carrier vetting decision.
Tool

stock_quote

Get a real-time stock price and market data. Returns current price, daily change, volume, market cap, P/E ratio, dividend yield, 52-week high/low, open, and previous close. Use this for "what's the stock price of X?", "how is AAPL doing?", "check the market", "what's Apple trading at?", or any stock/equity price question.
...
1–10 of 231 tools
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your Livedatalink MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-livedatalink": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/livedatalink"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-livedatalink": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/livedatalink"
    }
  }
}

Claude Code

CLI
claude mcp add willow-livedatalink --transport http https://<org>.mcp-s.com/mcp/mcp/livedatalink

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/livedatalink",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for Livedatalink

Willow adds the layer Livedatalink and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

Livedatalink MCP Server FAQ

What is the Livedatalink MCP server?

The Livedatalink MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write Livedatalink data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's Livedatalink MCP server different from the official one?

The official Livedatalink MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the Livedatalink MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the Livedatalink MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in Livedatalink, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which Livedatalink actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow Livedatalink MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved Livedatalink MCP locally, you'll see it.

What does the Livedatalink MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the Livedatalink MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

Livedatalink MCP Server | Willow