General Tools
itspickle.app
Audits UK businesses to produce risk profiles, insurance needs, and indicative quotes, optionally using supplied transaction CSVs.
ENDPOINT 1
https://itspickle.app/mcp
MCP server metadata
- Name
- admiral-audit-engine
- Version
- 0.1.0
An insurance audit engine for UK businesses. Call audit_company with a company name, number or website to get a profile_id, then get_needs and get_indicative_quote. get_asset_register returns the business's equipment at replacement value. open_claim starts a first notification of loss with register items already attached. Nothing here binds cover, prices definitively or settles a claim: prices are illustrative bands and claims go to a human handler. If the user has bank or accounting transactions, audit_with_ledger takes them as CSV text and produces a far fuller audit: payroll, the asset register and the turnover band exist only when a ledger does. That reply carries an `import` block naming which column was read as what and anything the file could not settle; put those questions to the user rather than repeating an assumed figure as though it were established. The tool list depends on what you present. 5 tools read the public record, published rates, or a CSV you supply, and are open to anyone. The rest read or write what this deployment holds about one business, which is its register, its position and its claim, and need a key sent as an Authorization: Bearer header. There are two kinds of key and they behave differently. A key beginning pk1. is a grant for one of the four seeded demo businesses: it is a signed sentence that nothing writes down, it lasts twelve hours and it cannot be withdrawn, because a fixture belongs to nobody. A key beginning pka1. is for a real business on an account: its owner issues it, sees it listed with the day it was last used, and ends it whenever they like. With one of those, the tools about a business take no arguments at all, because the key names the business: pass nothing and you get that business rather than one you had to identify. get_cover_position is the tool to answer "am I properly insured". Whatever it returns about a ledger carries an as_at block saying when those figures were last true; relay that, because a payroll run rate from last year presented as today's is a statement about somebody's insurance made from books nobody has read since. A claim can also be assembled with no credential at all: /claim carries the whole case in its query string, so you can build the URL, check it, and hand it to the person whose claim it is. Read /llms.txt on this host for the rest.
Known tools 5
audit_companyAudit a UK business and return its risk profile: trade, turnover band, employees, assets, and how confident each fact is.
Potential side effectsget_needsReturn the statement of demands and needs for a profile: which insurance products the business needs, at what level, and on what basis (legal, contractual, exposure or recommended).
Inferred read-onlyaudit_with_ledgerAudit a UK business with its bank or accounting transactions supplied as CSV text, which is the one input that cannot be looked up.
Inferred read-onlyCONNECT 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.admiral-audit-engine]
url = "https://itspickle.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"admiral-audit-engine": {
"type": "http",
"url": "https://itspickle.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: admiral-audit-engine
Remote MCP URL: https://itspickle.app/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": {
"admiral-audit-engine": {
"url": "https://itspickle.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"admiral-audit-engine": {
"type": "http",
"url": "https://itspickle.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "admiral-audit-engine",
"transport": "streamable-http",
"url": "https://itspickle.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.