# Tools

The vCon ecosystem is more than the spec and the libraries — it's a set of practical tools you can run today. This section indexes them.

## Generators

Tools that produce vCons.

* [vCon Faker](/tools/vcon-faker.md) — synthetic vCons from LLM-generated dialog + TTS audio
* [vCon Anthropic Chats](/tools/vcon-anthropic-chats.md) — converts Claude AI conversation exports into vCons
* [vCon SIPREC Adapter](/tools/vcon-siprec-adapter.md) — ingests SIPREC-formatted call recordings

## Administration & operations

Tools for managing vCons at scale.

* [vCon Admin](/tools/vcon-admin.md) — admin UI for browsing, editing, and exporting vCons
* [Mongo ↔ Redis Sync](/tools/mongo-redis-sync.md) — keep a Mongo vCon store and a Redis cache in sync
* [vCon MCP Adapters](/tools/vcon-mcp-adapters.md) — observability adapters (OpenTelemetry) for the MCP server

## Apps and stores

* [vCon Apps and Stores](/tools/vcon-apps-and-stores.md) — community-built apps and the vCon App Template

## Adding a tool

If you've built something that produces, consumes, or operates on vCons and you'd like it indexed here, open a pull request against [vcon-dev/vcon-docs](https://github.com/vcon-dev/vcon-docs) adding a new page under `tools/`. Keep entries to: what it does in one sentence, when you'd use it, install / link, and one minimal usage example.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.conserver.io/tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
