← aivoicecall.net

INDIVIDUAL MCP TOOL

ingestion_status

Check whether a document has finished indexing.

aivoicecall.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://aiagent.aivoicecall.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ingestion_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aivoicecall.net

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

.mcp.json

{
  "mcpServers": {
    "aiagent": {
      "type": "http",
      "url": "https://aiagent.aivoicecall.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "aiagent",
  "transport": "streamable-http",
  "url": "https://aiagent.aivoicecall.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_knowledge — Search the library and return the best-matching passages with relevance scores.
  • list_documents — List every document in the library with its ingest status.
  • read_document — Read the extracted text of one document, by the id returned from list_documents, search_knowledge or a citation.
  • ask — Ask a question and get an answer grounded in the library, with citations back to the passages it used.
  • ingest_url — Add a public web page to the library.