oromi-agent-services-mcp

oromi-agent-services-mcp

Provides 25 pay-per-call tools from agents.oromi.co.uk (business, property, verification, web, crypto) into MCP-capable models, with quote mode for browsing and paid mode using x402.

Category
访问服务器

README

Oromi Agent Services — MCP Server

Puts all 25 agents.oromi.co.uk pay-per-call tools directly into any MCP-capable model (Claude Desktop, Claude Code, Cursor, most agent frameworks). Tools are generated at startup from the live /openapi.json, so new endpoints appear automatically — this package never goes stale.

Two modes:

  • Quote mode (no wallet): tools respond with the price and how to enable payment. Safe default; lets users browse the catalog.
  • Paid mode: set BUYER_PRIVATE_KEY to an EVM key whose wallet holds a few USDC on Base — calls are paid automatically via x402 (gasless for the buyer).

Use it (once published to npm)

Claude Desktop → Settings → Developer → Edit Config, add:

{
  "mcpServers": {
    "oromi": {
      "command": "npx",
      "args": ["-y", "oromi-agent-services-mcp"],
      "env": { "BUYER_PRIVATE_KEY": "0x..." }
    }
  }
}

Claude Code: claude mcp add oromi -e BUYER_PRIVATE_KEY=0x... -- npx -y oromi-agent-services-mcp

Omit the env entirely for quote mode. OROMI_ORIGIN overrides the API origin (for local dev).

Tools

  • oromi_catalog — FREE: list every endpoint with price, network and description
  • oromi_feedback — FREE: request data or endpoints you wish existed (human-read, genuinely built)
  • uk_business_search — $0.005 · Search the UK Companies House register by name or keyword
  • uk_business_company — $0.01 · Full company profile: status, SIC codes, registered office, officers
  • uk_business_name_check — $0.01 · Business-name availability verdict against the live register
  • uk_business_food_hygiene — $0.01 · Official FSA food hygiene ratings for any UK food business
  • uk_business_due_diligence — $0.10 · Composite: company + officers + domain trust + website scan with red-flag assessment
  • uk_official_rates — $0.005 · Current UK statutory figures: Bank Rate (live), CPI, minimum wage, tax/NI thresholds, VAT, SDLT bands — with official source URLs
  • uk_property_price_trends — $0.02 · House Price Index history for any UK area (HM Land Registry)
  • uk_property_sold_prices — $0.02 · Actual sold-property transactions by postcode (Price Paid Data)
  • uk_property_market_summary — $0.03 · One-call area investment context: prices, momentum, volume trend
  • uk_property_area_crime — $0.02 · Street-level crime context for any UK postcode
  • uk_property_mortgage_context — $0.005 · Exact mortgage repayment maths + rate stress test
  • uk_property_epc — $0.02 · Energy Performance Certificates by postcode (England & Wales register)
  • verify_email — $0.005 · Deliverability checks: syntax, MX records, disposable-domain detection
  • verify_domain — $0.01 · Domain trust signals: registration age (RDAP), DNS, HTTPS
  • verify_vat_eu — $0.01 · Official EU VIES VAT number validation
  • verify_iban — $0.002 · Offline IBAN structure and checksum validation
  • util_uk_working_days — $0.002 · Working-day maths against the official UK bank-holiday calendar
  • util_fx — $0.002 · Currency conversion at ECB reference rates
  • util_validate_json — $0.002 · Validate JSON data against a JSON Schema with precise errors
  • web_extract — $0.01 · Any web page → clean readable text
  • web_pdf_extract — $0.02 · Any PDF URL → text (most agent models cannot read PDFs)
  • web_url_status — $0.001 · Citation insurance: does this URL resolve, where does it redirect
  • web_robots_check — $0.002 · robots.txt crawl-permission check for any URL + user-agent
  • agent_ready_scan — $0.05 · Website → structured agent-usable data + 0–100 agent-readiness score
  • crypto_context — $0.005 · Crypto market context: price, volatility regime, range position

Publish to npm (one time, ~10 min)

  1. Create an npm account at npmjs.com (free) and verify the email.
  2. In this folder: npm login (opens browser), then:
    npm publish --access public
    
  3. Future updates: bump version in package.json, npm publish again.

List in the official MCP Registry (~15 min)

The registry at registry.modelcontextprotocol.io is what MCP clients and directories search. Publishing requires the mcp-publisher CLI and GitHub auth (the server.json in this folder is the manifest — update the GitHub username in name if yours differs from oromi-uk):

npm install -g @modelcontextprotocol/publisher   # or download mcp-publisher from
                                                 # github.com/modelcontextprotocol/registry releases
mcp-publisher login github
mcp-publisher publish

If the CLI name/install differs when you run this, the current instructions live at github.com/modelcontextprotocol/registry — the manifest format here is correct either way.

Local test

OROMI_ORIGIN=http://localhost:3000 node src/index.js
# then type a JSON-RPC initialize message, or just add it to Claude Desktop with
# "command": "node", "args": ["C:/path/to/mcp/src/index.js"]

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选