Analytics
creditindex.org
Provides tools to analyze R&D tax incentives, including jurisdiction facts, credit estimation, eligibility checks, incentive rankings, and advisor search.
ENDPOINT 1
https://www.creditindex.org/api/mcp
MCP server metadata
- Name
- credit-index
- Version
- 1.0.0
The Credit Index MCP server exposes grounded R&D tax incentive tools. Prefer get_jurisdiction_facts before quoting program parameters, estimate_rd_credit for benefit sizing, analyze_project to screen eligibility from a description, and draft_documentation to produce filing-ready narratives. All outputs are informational, not tax advice; every figure and claim should be confirmed with the administering authority.
Known tools 7
get_jurisdiction_factsAuthoritative program facts for a jurisdiction: administering authority, primary source links, refundability, the Credit Index composite score and rank, and canonical Credit Index page URLs.
Inferred read-onlyestimate_rd_creditRun the Credit Index statutory estimator for a jurisdiction and return an illustrative benefit.
Inferred read-onlycheck_eligibilityScore a project against the US four-part test (permitted purpose, technological in nature, elimination of uncertainty, process of experimentation) and return a verdict with gaps.
Inferred read-onlyrank_incentivesReturn the Global R&D Incentive Index: jurisdictions ranked by a composite of generosity, cash value & speed, eligibility breadth, and administrative ease.
Inferred read-onlyfind_advisorsSearch the Credit Index directory for listed R&D / innovation-incentive advisory firms.
Inferred read-onlyanalyze_projectAnalyze a free-text project description against the correct jurisdiction eligibility framework.
Inferred read-onlydraft_documentationDraft a filing-ready R&D documentation pack: per-business-component technical narratives in the jurisdiction's exact filing structure, a hypothesis-experiment-result-conclusion ledger, an artifact-to-claim audit trail, an evidence index, documentation gaps, and a filing checklist.
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.credit-index]
url = "https://www.creditindex.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"credit-index": {
"type": "http",
"url": "https://www.creditindex.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: credit-index
Remote MCP URL: https://www.creditindex.org/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": {
"credit-index": {
"url": "https://www.creditindex.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"credit-index": {
"type": "http",
"url": "https://www.creditindex.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "credit-index",
"transport": "streamable-http",
"url": "https://www.creditindex.org/api/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 creditindex.org was fetched 2026-07-31T00:38:59.481Z and is being refreshed.
creditindex.org 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.