← Registry

Productivity

wellapp.ai

Manage company and contact records in Works Well.

1 endpoint18 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.wellapp.ai/v1/mcp

No auth detected

MCP server metadata

Name
well-financial-mcp
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 18

well_get_schema

Discover available data types and fields.

Inferred read-only
well_query_records

Query records from Well's database.

Inferred read-only
well_create_company

Create a new company in the current workspace.

Potential side effects
well_create_person

Create a new person (contact) in the current workspace.

Potential side effects
well_update_company

Update an existing company in the current workspace.

Potential side effects
well_update_person

Update an existing person (contact) in the current workspace.

Potential side effects
well_delete_company

Delete a company from the current workspace (soft delete).

Potential side effects
well_delete_person

Delete a person (contact) from the current workspace (soft delete).

Potential side effects
well_update_invoice

Update an existing invoice in Well.

Potential side effects
well_delete_invoice

Delete an invoice from Well (soft delete).

Potential side effects
well_add_contact_channel

Add a contact channel to a company or person.

Inferred read-only
well_remove_contact_channel

Remove a contact channel from a company or person.

Potential side effects
well_get_entity

Read ONE entity with its sub-resources nested in a single call.

Inferred read-only
well_list_connector_tools

Discover the actions a connected provider exposes (e.

Inferred read-only
well_invoke_connector_tool

Run one tool on a connected provider's own MCP server (e.

Inferred read-only
well_create_invoice_from_data

Create an invoice in Well from data you extracted by reading an invoice (your own OCR) — you send the structured fields, not the file.

Potential side effects
well_list_workspaces

List the workspaces this connection is authorized to access.

Inferred read-only
well_list_connectors

List the connectors a workspace can install, each with a one-click install deep link.

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.well-financial-mcp]
url = "https://api.wellapp.ai/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "well-financial-mcp": {
      "type": "http",
      "url": "https://api.wellapp.ai/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "well-financial-mcp": {
      "type": "http",
      "url": "https://api.wellapp.ai/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "well-financial-mcp",
  "transport": "streamable-http",
  "url": "https://api.wellapp.ai/v1/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.