← filltrust.com

INDIVIDUAL MCP TOOL

get_question

The complete published guidance for one questionnaire question: what it is really asking, which of your documents answers it, what evidence to attach, a model answer with the specifics left blank, the ways it usually goes wrong, and the standards that ask it with their verified control references.

filltrust.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.filltrust.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_question and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

filltrust.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.filltrust]
url = "https://www.filltrust.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "filltrust": {
      "type": "http",
      "url": "https://www.filltrust.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: filltrust
Remote MCP URL: https://www.filltrust.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "filltrust": {
      "url": "https://www.filltrust.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "filltrust": {
      "type": "http",
      "url": "https://www.filltrust.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "filltrust",
  "transport": "streamable-http",
  "url": "https://www.filltrust.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_questions — Find guidance on how to answer a security questionnaire question.
  • list_standards — Which questionnaire standards this corpus answers questions from, how many questions each has, and which controls are cited.
  • get_filltrust_posture — FillTrust's own answers to the questions it exists to answer, for anyone assessing it as a vendor.