omniventure-agent-tools
OmniVenture Edge Agent Tools (MCP & LangChain)
Sub-15ms edge intelligence tools for Claude Desktop, Cursor, LangChain, and autonomous AI agents. Reduce LLM prompt context tokens by up to 90%, repair malformed JSON in <1ms, and enforce privacy boundaries on bare-metal dual Xeon edge infrastructure.
🌐 Canonical Developer Hub & Agent Discovery: https://omniventure-api.web.app
🚀 Key Advantages for AI Agents
Tool | Capability | Token / Latency Advantage |
| Scrapes web URLs or parses raw HTML into dense, clean Markdown without boilerplate. | Cuts context tokens by 80% to 95% (e.g. converts 60KB HTML into ~800 clean tokens). Sub-15ms. |
| Fixes malformed JSON emitted by LLMs (code fences, single quotes, trailing commas, Python literals). | 0.37ms edge execution. Saves 100% tokens and 2–5s latency vs re-prompting. |
| Redacts emails, phone numbers, payment cards, and SSNs before sending data to external public LLMs. | Sub-5ms regex masking. Enforces GDPR, HIPAA, and DLP boundaries. |
| Extracts dense structured entities, financial metrics, and top keywords from documents. | Compresses 5,000+ words into ~150 structured tokens (>95% compression). |
| Validates RFC 5322 syntax, verifies live DNS MX records, and flags burner/temporary domains. | Sub-15ms direct DNS MX check. Zero third-party SaaS rate limits. |
| Resolves IP routing taxonomy, private/loopback CIDRs, and reverse PTR hostnames. | Sub-5ms native socket resolution. |
Related MCP server: Reporecall
⚡ Quickstart: Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"omniventure-agent-tools": {
"command": "python3",
"args": ["-m", "distribution.mcp.client_agent_mcp"],
"env": {
"OMNIVENTURE_GATEWAY_URL": "https://automatically-welcome-dad-extensive.trycloudflare.com",
"RAPIDAPI_KEY": "<YOUR_RAPIDAPI_KEY>"
}
}
}
}⚡ Quickstart: Cursor IDE
In Cursor: Settings → Features → MCP Servers → Add New MCP Server:
Name:
omniventure-edgeType:
commandCommand:
python3 -m distribution.mcp.client_agent_mcp
⚡ Quickstart: LangChain & Python
from distribution.python_sdk.omniventure_tools import (
create_markdown_tool,
create_json_repair_tool,
create_pii_sanitizer_tool
)
# 1. Instantiate drop-in LangChain tools
tools = [
create_markdown_tool(api_key="YOUR_RAPIDAPI_KEY").as_langchain_tool(),
create_json_repair_tool(api_key="YOUR_RAPIDAPI_KEY").as_langchain_tool(),
create_pii_sanitizer_tool(api_key="YOUR_RAPIDAPI_KEY").as_langchain_tool()
]
# 2. Attach to your LangChain / CrewAI / smolagents agent
# agent = create_react_agent(llm, tools=tools)⚡ Native RapidAPI Remote MCP Gateway
If you prefer not running local Python scripts, you can connect directly to RapidAPI's hosted MCP proxy:
npx mcp-remote https://mcp.rapidapi.com \
--header "x-api-host: omniventure-m2m-micro-utilities.p.rapidapi.com" \
--header "x-api-key: <YOUR_RAPIDAPI_KEY>"💳 Settlement & Pricing
Endpoints are priced at £0.01 to £0.04 GBP per request.
Supported rails:
Credit Card via RapidAPI: Monthly metered billing settled to PayPal.
HTTP 402 / L402 Lightning: Direct programmatic preimage tokens for crypto-native agent swarms.
Marketplace Listing: RapidAPI Hub - OmniVenture M2M Micro-Utilities
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- SnipgetOAuthai.snipget
300+ deterministic data utilities for AI agents: validate, normalize, parse, match, redact.
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task.
Truth-validated, SHA-512-sealed AI memory for Claude & Cursor. Free tier, OAuth, 38 tools.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides a suite of tools like agent orchestration and token optimization for ClaudeMIT
- AlicenseNot gradedqualityAmaintenanceZero-tool-call codebase intelligence for Claude Code and MCP clients. Automatically injects the right code context, functions, callers, and call chains, before the LLM starts thinking. Replaces 4-6 grep/read round-trips with a single 5ms hook injection, cutting token usage by 3-8x.8837MIT
- FlicenseNot gradedqualityNot gradedmaintenanceDeterministic JSON repair, validation, example-generation, and schema-coercion for AI agents — zero LLM calls, sub-10ms, $0.0005 per call.-
- AlicenseBqualityDmaintenanceProvides Claude with 44 tools for confidence gating, typed outputs, hallucination detection, and constraint enforcement during conversations.511MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dalnaspdal/omniventure-agent-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server