← WebMCP Directory

Tool tree

inkle.ai

liveFinance & Crypto
https://www.inkle.ai/
Inkle is a US accounting and tax automation software for modern startups. Automate your US tax, compliance, bookkeeping, and more. Get started with Inkle today.
Explore capabilities
book_a_callact

Open Inkle's scheduling page to book a call with the team (sales, tax, bookkeeping, incorporation, or sales tax).

View tool JSON
{
  "name": "book_a_call",
  "kind": "act",
  "impl": "imperative",
  "description": "Open Inkle's scheduling page to book a call with the team (sales, tax, bookkeeping, incorporation, or sales tax).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "What the call is about, e.g. 'tax filing', 'bookkeeping', 'incorporation'."
      }
    }
  },
  "page": "/"
}
start_signupact

Open Inkle's self-serve signup so the user can create an account and onboard themselves.

View tool JSON
{
  "name": "start_signup",
  "kind": "act",
  "impl": "imperative",
  "description": "Open Inkle's self-serve signup so the user can create an account and onboard themselves.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}