INDIVIDUAL MCP TOOL
find_advisors
Search the Credit Index directory for listed R&D / innovation-incentive advisory firms.
LIVE ENDPOINT
https://www.creditindex.org/api/mcp
Connect to this endpoint to inspect the live schema for find_advisors 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
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.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.
Related tools
get_jurisdiction_facts— Authoritative program facts for a jurisdiction: administering authority, primary source links, refundability, the Credit Index composite score and rank, and canonical Credit Index page URLs.estimate_rd_credit— Run the Credit Index statutory estimator for a jurisdiction and return an illustrative benefit.check_eligibility— Score 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.rank_incentives— Return the Global R&D Incentive Index: jurisdictions ranked by a composite of generosity, cash value & speed, eligibility breadth, and administrative ease.analyze_project— Analyze a free-text project description against the correct jurisdiction eligibility framework.draft_documentation— Draft 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.