10 projects
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-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-knowledge-base-tool
Knowledge Base MCP tool for Alix GraphQL. Fetches institution marshaling plans.
alix-form-filling-mcp-tool
MCP tool that fills Anvil probate forms (e.g. DE-111, DE-121, DE-147) end-to-end for an Alix estate — resolving the published template by name at runtime — and returns the rendered PDF + per-field resolution report.
alix-doc-vault-tool
Documents Vault MCP tool for Alix. Fetches files, downloads them, and merges PDFs into a single uploaded document
alix-graphql-mcp-client
Shared GraphQL client, schema introspection, and predefined operation helpers for Alix GraphQL MCP tools.
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.