11 projects
alix-doc-vault-tool
Documents Vault MCP tool for Alix. Fetches files, downloads them, and merges PDFs/images into a single uploaded document
alix-form-filling-mcp-tool
MCP tool that fills Anvil probate and IRS forms (e.g. DE-111, DE-121, DE-147, SS-4) end-to-end for an Alix estate — resolving the published template by name at runtime, and picking the estate or trust variant of a shared form from the packet type — and generates the California trust documents from in-package HTML templates. Returns the rendered PDF + per-field resolution report.
alix-graphql-mcp-read-write-tool
Read/write MCP tool for the Alix GraphQL API. Scopes every operation to an estate id; permits queries and mutations.
alix-graphql-mcp-read-tool
Read-only MCP tool for the Alix GraphQL API. Scopes every operation to an estate id; mutations and subscriptions are rejected.
alix-graphql-mcp-client
Shared GraphQL client, schema introspection, and predefined operation helpers for Alix GraphQL MCP tools.
alix-fax-tool
Fax MCP tool for Alix. Sends estate Doc Vault files as outbound faxes via the Alix GraphQL sendFax mutation.
alix-graphql-mcp-knowledge-base-tool
Knowledge Base MCP tool for Alix GraphQL. Fetches institution marshaling plans.
alix-example-mcp-tool
Example MCP-related Python package (layout for tools in this repo).
alix-mailform-tool
Mailform MCP tool for Alix. Sends physical mail via the Alix AI proxy /mail/send webhook
alix-http-tool
Generic HTTP request MCP tool for Alix. Calls APIs via httpx and returns status, headers, and body.
alix-shared-mcp-server
Shared MCP server runtime for Python tools in this repository.