Help Center
Home
Get started
  • Construction

    • Project Financials
    • Retainage
    • Timeline
    • Certified Documents
  • Subcontracts
  • Storage

    • File Storage
    • Project Storage
  • Connect

    • Connect (web)
    • Connect Mobile
  • Foundation

    • Portal
    • Code Library
    • Construction (meta-package)
  • AI
  • Help
FullClarity
Home
Get started
  • Construction

    • Project Financials
    • Retainage
    • Timeline
    • Certified Documents
  • Subcontracts
  • Storage

    • File Storage
    • Project Storage
  • Connect

    • Connect (web)
    • Connect Mobile
  • Foundation

    • Portal
    • Code Library
    • Construction (meta-package)
  • AI
  • Help
FullClarity
  • Overview
  • How to

    • Set up an MCP role for AI access
    • Connect an AI assistant to FullClarity
  • Reference

    • Available MCP tools

Available MCP tools

A reference inventory of the FullClarity tools your AI assistant can use once connected. Tool descriptions are kept deliberately short — for the full conceptual flow see the AI integration overview.

  • Two FullClarity MCP servers
  • Project Financials tools
    • What "read-only" means in practice
  • Knowledge Hub tools
  • Related

Two FullClarity MCP servers

FullClarity exposes two MCP surfaces to AI assistants:

  1. Project Financials tools (NetSuite-resident). Installed as part of the Project Financials SuiteApp and accessed through the NetSuite AI Connector Service. These tools read live data from your NetSuite account — projects, estimates, contracts, claims, cost centres — using the connected user's role permissions. See Connecting to an AI assistant for setup.
  2. Knowledge Hub server (FullClarity-hosted). A separate FullClarity-hosted MCP server that exposes FullClarity product documentation and capability metadata for AI agents. Used primarily by FullClarity partner and internal teams during solution scoping; not typically connected from end-customer AI clients today.

Most customers will only use the Project Financials tools. The Knowledge Hub server is documented here for completeness.

Project Financials tools

These tools are loaded when you connect to NetSuite using the Project Financials scope (/v1/suiteapp/com.fullclarity.projectfinancials) or the all-tools scope (/v1/all). All tools are read-only.

ToolWhat it does
FC Project Summary (fcGetProjectSummary)Load a project by ID — billing type, margin, cost centre, linked records
FC List Projects (fcListProjects)Search projects with filters (customer, billing type, status, subsidiary)
FC Estimate Worksheet (fcGetEstimateWorksheet)Full line-item detail for an estimate — categories, quantities, rates, contingency, margins
FC List Estimates (fcListEstimates)List estimates for a project (Sales Estimate, Project Budget, Forecast, Forecast Snapshot)
FC Cost Centre Structure (fcGetCostCentreStructure)Hierarchical category tree for a cost centre set
FC List Cost Centres (fcListCostCentreSets)List available cost centre sets
FC Contract Details (fcGetContractDetails)Contract header, financials, approval status, and schedule of values
FC Claim Status (fcGetClaimStatus)Claim header, amounts, retention, and line items with progress percentages
FC Help & Concepts (fcGetHelp)Domain knowledge: billing types, estimating, forecasting, contracts, and other construction concepts

Author input needed

The Project Financials MCP toolset spec is currently a skeleton (projectfinancials-mcp-toolsets-spec.md §3). Per-tool parameter detail (filter fields, response shape) will be added as the spec matures. The descriptions above are accurate for the tool inventory available in the current Project Financials SuiteApp.

What "read-only" means in practice

  • Tools never create, update, or delete NetSuite records.
  • The AI assistant can summarise what it found, but any changes to projects, estimates, contracts, or claims must still be made by a human in the NetSuite UI.
  • If you want write access from an AI client, use the standard NetSuite tools scope (/v1/suiteapp/com.netsuite.mcpstandardtools) alongside the FullClarity tools — NetSuite's built-in MCP tools include record-creation and update tools that respect the connected user's role permissions.

Knowledge Hub tools

The FullClarity Knowledge Hub MCP server is a separate, FullClarity-hosted MCP endpoint. It exposes FullClarity product knowledge — documentation, capability metadata, document templates — to AI agents.

It's mainly used by FullClarity partner and internal teams during solution scoping and is not typically connected from end-customer AI clients today.

ToolWhat it does
list_documentsList all knowledge documents available to your organisation (optionally filtered by product slug)
get_documentRetrieve the full markdown content of a knowledge document by URI
search_knowledgeNatural-language search across all knowledge document chunks, ranked by semantic similarity
get_template_urlGenerate a 15-minute signed download URL for a Word (.docx) or PowerPoint (.pptx) template
query_capabilitiesStructured product capability lookup — features, use cases, fit signals — for product fit assessment

All Knowledge Hub tools respect organisation-scoped access — your organisation only sees the document repositories it has been granted access to.

Related

  • AI integration overview
  • Setting up an MCP role
  • Connecting to an AI assistant
Last Updated: 5/24/26, 5:53 AM