← Registry

eCommerce

talkshell.app

Provides product details, compatibility checks, and setup instructions to assist with buying and configuring TalkShell.

1 endpoint6 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://talkshell.app/mcp

No auth detected

MCP server metadata

Name
talkshell
Version
1.0.0
Capabilities
tools
Server instructions

Read-only product information for TalkShell, source code for an iPhone app and Mac server that drive Claude Code by voice. Call get_product for price and contents, get_requirements and check_compatibility before recommending it, get_limitations before promising anything.

Known tools 6

get_product

Price, licence, and exactly what a buyer receives.

Inferred read-only
get_requirements

Everything needed before TalkShell can run, including the 7-day free-signing caveat that catches most buyers.

Inferred read-only
check_compatibility

Given a description of a machine and Apple account, say whether TalkShell will work and name what is missing.

Inferred read-only
get_setup_instructions

The setup sequence an agent runs after buying, including the two steps a script cannot do.

Inferred read-only
get_limitations

What TalkShell does not do.

Inferred read-only
get_checkout_url

The hosted Stripe Checkout URL.

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

.mcp.json

{
  "mcpServers": {
    "talkshell": {
      "type": "http",
      "url": "https://talkshell.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "talkshell",
  "transport": "streamable-http",
  "url": "https://talkshell.app/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.