← sharksapi.ai

INDIVIDUAL MCP TOOL

send_finbite_invoice

Send an e-invoice via Finbite.

sharksapi.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://sharksapi.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_finbite_invoice and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.
  • A tool name or description suggests a financial action.

Parent server

sharksapi.ai

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

.mcp.json

{
  "mcpServers": {
    "sharksapi-ai": {
      "type": "http",
      "url": "https://sharksapi.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "sharksapi-ai",
  "transport": "streamable-http",
  "url": "https://sharksapi.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search the SharksAPI.AI tool catalog and connected project capabilities.
  • fetch — Fetch details for a SharksAPI.AI search result by id.
  • get_analytics_summary — Get a dashboard overview of all connected marketing platforms (GA4, Search Console, Facebook, LinkedIn, Twitter, Google Ads, Meta Ads) with their connection status, property IDs, and configuration.
  • get_ga4 — Fetch website traffic data from Google Analytics 4 for a date range.
  • get_ga4_channels — Break down website traffic by acquisition channel from GA4.
  • get_ga4_pages — Get the top website pages from GA4 ranked by pageviews, with page title, path, pageviews and sessions.
  • get_ga4_landing_pages — Compatibility alias for page-level GA4 traffic.
  • get_search_console — Fetch Google organic search performance data from Search Console.