← Registry

API Tools

fiskil.com

Provides tools to search and browse Fiskil documentation and to list and retrieve details for Fiskil API endpoints.

1 endpoint6 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://docs.fiskil.com/api/ai/mcp

No auth detected

MCP server metadata

Name
fiskil-docs
Version
2.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChanged

Known tools 6

search_docs

Search Fiskil documentation using full-text search.

Inferred read-only
get_page

Retrieve the full markdown content of a specific documentation page.

Inferred read-only
list_pages

Browse the documentation tree.

Inferred read-only
list_api_endpoints

List available API endpoints from the Fiskil API reference.

Inferred read-only
get_api_endpoint_details

Look up detailed API endpoint information.

Inferred read-only
get_code_examples

Get copy-pasteable code examples for common Fiskil integration patterns.

Inferred read-only

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.fiskil-docs]
url = "https://docs.fiskil.com/api/ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fiskil-docs": {
      "type": "http",
      "url": "https://docs.fiskil.com/api/ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fiskil-docs
Remote MCP URL: https://docs.fiskil.com/api/ai/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": {
    "fiskil-docs": {
      "url": "https://docs.fiskil.com/api/ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fiskil-docs": {
      "type": "http",
      "url": "https://docs.fiskil.com/api/ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fiskil-docs",
  "transport": "streamable-http",
  "url": "https://docs.fiskil.com/api/ai/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.