Productivity
oliverkiss.com
Manages and searches meeting transcripts, allowing users to import, retrieve, and query meeting data efficiently.
ENDPOINT 1
https://ai.oliverkiss.com/mcp
MCP server metadata
- Name
- agentic-endpoints
- Version
- 1.0.0
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_searchAsk a question across every meeting you have imported as queryable, and get back ranked excerpts with the meeting they came from.
Inferred read-onlymeetings_getFetch a single meeting by meeting_id, including its full transcript when it was imported as queryable.
Inferred read-onlymeetings_listList the meetings in a namespace newest first, with titles, dates, participants and whether each one is searchable.
Inferred read-onlyvault_listList the keys held in a namespace with their metadata: alg, size, timestamps.
Inferred read-onlyscrapeFetch a URL and return readable text or markdown, optionally narrowed by CSS selector.
Inferred read-onlycompressReduce text to fit a token budget, preserving whole sentences and reporting before/after token estimates.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.