Back to Browse

Audioform MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local Talkform schemas, bundled interview templates, and config validation for AI agents.

About

Local Talkform schemas, bundled interview templates, and config validation for AI agents.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

15 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

OPENAI_REALTIME_MODEL default gpt-realtime-2.1Required

Environment variable: OPENAI_API_KEY

NEXT_PUBLIC_AUDIOFORM_VENDOR_URLRequired

Environment variable: NEXT_PUBLIC_AUDIOFORM_VENDOR

server-only bearer token accepted by the web APIRequired

Environment variable: TALKFORM_API_TOKEN

client-side token read by the Talkform CLIRequired

Environment variable: AUDIOFORM_API_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-msanchezgrice-talkform": {
      "args": [
        "-y",
        "@talkform/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Talkform

Turn any form into a live audio interview.

Talkform is a config-driven audio intake utility. Products define the fields they need, Talkform asks for them conversationally, binds structured values directly into the form, and exports JSON-ready session results.

Workspace

  • apps/web: hosted app for talkform.ai
  • packages/core: config schema, realtime prompt/tool generation, session/result helpers
  • packages/react: embeddable React widget
  • packages/http: process-local transient session and HTTP helpers
  • packages/cli: agent-friendly CLI
  • packages/mcp: local MCP schema, template, and config-validation server
  • docs: markdown documentation rendered in the web app

Core commands

pnpm install
pnpm dev
pnpm build
pnpm typecheck

Environment

  • OPENAI_API_KEY
  • OPENAI_REALTIME_MODEL default gpt-realtime-2.1
  • OPENAI_REALTIME_VOICE default marin
  • TALKFORM_ENABLE_IMPORT_AI_REFINEMENT optional; only true enables paid AI copy refinement after deterministic import
  • NEXT_PUBLIC_AUDIOFORM_VENDOR
  • NEXT_PUBLIC_AUDIOFORM_VENDOR_URL

Transient session APIs and public Realtime client-secret issuance are disabled in hosted production by default. A production deployment needs a durable session store, a distributed rate limiter, and server authentication before those endpoints should be enabled. The current in-memory store and quotas are development/reference implementations; they do not provide cross-instance durability or enforcement.

Machine clients use two matching environment variables:

  • TALKFORM_API_TOKEN: server-only bearer token accepted by the web API
  • AUDIOFORM_API_TOKEN: client-side token read by the Talkform CLI

For a controlled deployment, TALKFORM_ENABLE_IN_MEMORY_SESSIONS=true and TALKFORM_ENABLE_PUBLIC_REALTIME=true opt into the reference endpoints. Do not use these flags to represent the current process-local implementations as production-ready infrastructure.

Reviews

No reviews yet

Be the first to review this server!