eCommerce
talkshell.app
Provides product details, compatibility checks, and setup instructions to assist with buying and configuring TalkShell.
ENDPOINT 1
https://talkshell.app/mcp
MCP server metadata
- Name
- talkshell
- Version
- 1.0.0
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_requirementsEverything needed before TalkShell can run, including the 7-day free-signing caveat that catches most buyers.
Inferred read-onlycheck_compatibilityGiven a description of a machine and Apple account, say whether TalkShell will work and name what is missing.
Inferred read-onlyget_setup_instructionsThe setup sequence an agent runs after buying, including the two steps a script cannot do.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.