← Registry

Productivity

oliverkiss.com

Manages and searches meeting transcripts, allowing users to import, retrieve, and query meeting data efficiently.

1 endpoint16 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://ai.oliverkiss.com/mcp

No auth detected

MCP server metadata

Name
agentic-endpoints
Version
1.0.0
Capabilities
tools
Server instructions

Pay-per-call utilities for autonomous agents, settled in USDC on Base via x402. tools/list is free. Every tool that does work is paid; calling one without payment returns the price and payment address.

Known tools 16

meetings_search

Ask a question across every meeting you have imported as queryable, and get back ranked excerpts with the meeting they came from.

Inferred read-only
meetings_import

Store a transcript so it can be searched later.

Inferred read-only
meetings_get

Fetch a single meeting by meeting_id, including its full transcript when it was imported as queryable.

Inferred read-only
meetings_list

List the meetings in a namespace newest first, with titles, dates, participants and whether each one is searchable.

Inferred read-only
once_key_claim

Atomic idempotency witness.

Inferred read-only
once_key_complete

Free.

Inferred read-only
once_key_release

Free.

Inferred read-only
vault_store

Store client-side encrypted data.

Inferred read-only
vault_retrieve

Retrieve a previously stored ciphertext.

Inferred read-only
vault_exists

Check for a key without returning its ciphertext.

Inferred read-only
vault_delete

Permanently delete an item.

Potential side effects
vault_list

List the keys held in a namespace with their metadata: alg, size, timestamps.

Inferred read-only
vault_rotate_token

Free.

Inferred read-only
pdf_parse

Extract text from a PDF by URL.

Inferred read-only
scrape

Fetch a URL and return readable text or markdown, optionally narrowed by CSS selector.

Inferred read-only
compress

Reduce text to fit a token budget, preserving whole sentences and reporting before/after token estimates.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.