ENDPOINT 1
https://api.tollmint.com/mcp
MCP server metadata
- Name
- tollmint
- Version
- 0.1.0
Tollmint sells data and analysis per call. Every tool description states its price. tollmint_catalog and tollmint_quote are free — use them to decide before spending. Paid tools require an Authorization: Bearer <api key> header on this connection, or payment over x402 against https://api.tollmint.com. A failed call is never charged.
Known tools 24
tollmint_catalogList every Tollmint product with its price, sourcing class, evidence grading, latency SLO and input schema.
Inferred read-onlypsych_cognitive-loadMeasure the mental effort a page demands before a decision can be made: form fields, competing choices, interactive density, and reading burden.
Inferred read-onlypsych_trust-signalsCheck which trust signals a page carries and which it omits — pricing visibility, privacy and terms, contact routes, cancellation terms.
Inferred read-onlypsych_biasesCognitive biases with their mechanism, the conditions that trigger them, documented countermeasures, and an exploitation-risk score.
Inferred read-onlypsych_dark-patternsDeceptive-design taxonomy with the regulation each pattern trips (EU DSA Art.
Inferred read-onlypsych_enforcementRegulatory enforcement actions over deceptive interface design, each citing the regulator’s own document: the law and article, the company, the penalty, and what was actually on the screen.
Inferred read-onlypsych_heuristicsInteraction-design laws with their formulae, sources, and design implications — Fitts, Hick, Jakob, Tesler, Doherty.
Inferred read-onlypsych_cta-scoreScore call-to-action text against a curated behavioural-science corpus.
Inferred read-onlycontent_ai-scoreMeasure how mechanically a piece of text reads across 19 stylistic signals: sentence-length variance (burstiness), em-dash rate, negative parallelism, copula avoidance, the characteristic AI vocabulary cluster, hedged superlatives, significance inflation, puffery, vague attribution, over-signposting, formatting tics, and more.
Inferred read-onlydesign_ai-slop-detectScore how closely a page matches the documented 2025-2026 AI/template design fingerprint: the Tailwind indigo-violet gradient, a default sans with no display pairing, the badge/hero/three-card/steps/testimonial/pricing skeleton, glassmorphism, uniform border radii, emoji feature bullets, round-number social proof with no attribution, and abstract illustration in place of the product.
Inferred read-onlyweb_fetchFetch a URL and return the main content as clean markdown, with navigation, cookie banners, footers, and related-post chrome removed.
Potential side effectsverify_compliance-scanCheck marketing copy, or a live page, against 225 curated regulatory rules covering AI-content disclosure, advertising claim substantiation, subscriptions and price display, unsolicited messaging, accessibility, and automated data collection.
Inferred read-onlyref_geocodeConvert a free-form address or place name into coordinates with normalised address components, a calibrated confidence score, and precision classification (rooftop / street / locality / region / country).
Inferred read-onlylegal_ai-disclosureBinding obligations worldwide to disclose, label, or watermark AI-generated content — EU AI Act Art.
Inferred read-onlylegal_claimsWhich marketing claims legally require evidence, and what evidence suffices.
Inferred read-onlylegal_subscriptionsRules on subscription sign-up, auto-renewal, cancellation, and total-price display across US federal, US states, EU, UK, France and Germany — with the numbers: how many days before renewal a reminder is due, how many clicks cancellation may take, what must be in the price.
Inferred read-onlylegal_messagingWhen a commercial email, SMS, or call may lawfully be sent, by channel and jurisdiction.
Potential side effectslegal_accessibilityAccessibility duties and the cases brought under them: ADA Titles II and III, Section 508, the European Accessibility Act in force since 2025-06-28, EN 301 549, UK and Canadian regimes — with the WCAG version and conformance level each one actually incorporates, the microenterprise and undue-burden carve-outs, and compliance dates still ahead.
Inferred read-onlylegal_scrapingWhat courts have actually held about scraping, crawling, and training-data acquisition.
Inferred read-onlycontent_humanizeRewrite text for tone, cadence, and brand voice while preserving meaning exactly.
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.tollmint]
url = "https://api.tollmint.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tollmint": {
"type": "http",
"url": "https://api.tollmint.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tollmint
Remote MCP URL: https://api.tollmint.com/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": {
"tollmint": {
"url": "https://api.tollmint.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tollmint": {
"type": "http",
"url": "https://api.tollmint.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tollmint",
"transport": "streamable-http",
"url": "https://api.tollmint.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tollmint.com was fetched 2026-08-03T16:00:38.274Z.
tollmint.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.