LIVE ENDPOINT
https://ai.oliverkiss.com/mcp
Connect to this endpoint to inspect the live schema for vault_delete and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.agentic-endpoints]
url = "https://ai.oliverkiss.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-endpoints": {
"type": "http",
"url": "https://ai.oliverkiss.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-endpoints
Remote MCP URL: https://ai.oliverkiss.com/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": {
"agentic-endpoints": {
"url": "https://ai.oliverkiss.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-endpoints": {
"type": "http",
"url": "https://ai.oliverkiss.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-endpoints",
"transport": "streamable-http",
"url": "https://ai.oliverkiss.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
meetings_search— Ask a question across every meeting you have imported as queryable, and get back ranked excerpts with the meeting they came from.meetings_import— Store a transcript so it can be searched later.meetings_get— Fetch a single meeting by meeting_id, including its full transcript when it was imported as queryable.meetings_list— List the meetings in a namespace newest first, with titles, dates, participants and whether each one is searchable.once_key_claim— Atomic idempotency witness.once_key_complete— Free.once_key_release— Free.vault_store— Store client-side encrypted data.