services.gera/mcp-gera-nexus
NPM · @GERA-SERVICES/MCP-GERA-NEXUS · SCANNED AUG 3
Search Gera marketplaces and create consent-first booking intents. No payment taken by server.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 40 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability70
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 994 tokens (~198/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @gera-services/mcp-gera-nexus
claude mcp add services-gera-mcp-gera-nexus -- npx -y @gera-services/mcp-gera-nexus
codex mcp add services-gera-mcp-gera-nexus -- npx -y @gera-services/mcp-gera-nexus
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"services-gera-mcp-gera-nexus": {
"type": "local",
"command": [
"npx",
"-y",
"@gera-services/mcp-gera-nexus"
],
"enabled": true
}
}
} openclaw mcp add services-gera-mcp-gera-nexus --command npx --arg -y --arg @gera-services/mcp-gera-nexus
mcp_servers:
services-gera-mcp-gera-nexus:
command: "npx"
args: ["-y", "@gera-services/mcp-gera-nexus"] {
"mcpServers": {
"services-gera-mcp-gera-nexus": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-nexus"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +44
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −33
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −39
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Licence: MIT functional
- 27 Jul 26 +53
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- First check of Schema quality: fail functional
- Licence: MIT functional
- 26 Jul 26 19
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@gera-services/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
create_booking_intent Create a consent-first booking/action INTENT (no payment) ~349
Create a structured, human-confirmable INTENT to act on a Gera marketplace on the user's behalf — a home-service booking, a job application, or a restaurant order. IMPORTANT — this is the consent gate: it does NOT take payment, does NOT commit a provider, and does NOT execute the transaction. It records what the user wants, assigns a tracking intent_id, writes an audit entry, and returns a confirmation_url (a deep-link) the HUMAN opens to review and complete the action on the real Gera surface. Present the intent and the confirmation link to the user; tell them plainly that nothing has been booked or paid yet and that they must confirm. Use get_action_status to check an intent later. Never tell the user a booking/order/application is "done" from this tool — it is a lead awaiting their confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| action_kind | string | yes | Which marketplace action to create an intent for. |
| consent_acknowledged | boolean | yes | Must be true: confirms the agent has told the user this creates a lead for THEM to confirm, not an executed/paid transaction. |
| contact_name | string | — | Name the user wants to book under (kept in the intent for the human to confirm). |
| notes | string | — | Free-text details: the task, the order items, the role applied for, etc. |
| provider_id | string | — | Id of the chosen provider/job/restaurant from a search_* tool result. |
| provider_name | string | — | Human-readable name of the chosen provider/job/restaurant. |
| requested_for | string | — | When the user wants it, e.g. "2026-06-20 morning", "ASAP". |
No output schema declared.
No examples provided.
get_action_status Look up a booking/action intent status ~113
Look up the status of an intent created earlier by create_booking_intent, by its intent_id. Returns the current status (pending_human_confirmation | expired | unknown) and the audit trail. Note: intents are tracked per running server session — an id from a different session returns "unknown". This server does NOT poll the marketplace for downstream completion; confirmation/payment happens on the Gera surface via the confirmation_url, outside this tool.
| Name | Type | Req | Description |
|---|---|---|---|
| intent_id | string | yes | The intent_id returned by create_booking_intent. |
No output schema declared.
No examples provided.
search_home_services Search GeraHome home-service providers ~178
Find home-service providers (plumbers, electricians, cleaners, handymen, etc.) on GeraHome. Tries the live GeraHome production API first; if unreachable or empty, falls back to real crawled provider records bundled with this server (currently Yerevan, sourced from List.am/Spyur). Read-only — finds providers; it does not book anything. The result's "data_source" field tells you whether rows are live or bundled seed. Pass these provider ids to create_booking_intent to start a consent-first booking.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Service category, e.g. "plumber", "electrician", "cleaner". |
| city | string | — | City to search in, e.g. "Yerevan". |
| limit | integer | — | Max providers to return (default 10). |
No output schema declared.
No examples provided.
search_jobs Search GeraJobs job postings ~167
Search jobs on GeraJobs by keyword and location. Tries the live GeraJobs production API first; if unreachable or empty, returns real recruitment-agency / job-board supply partners bundled with this server (clearly labelled — these are where vacancies come from, not individual postings). Read-only. The "data_source" field tells you which you got. To apply, use create_booking_intent with action_kind="job_application" — that creates a consent-first application lead, not a submitted application.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results to return (default 10). |
| location | string | — | Location filter, e.g. "London", "GB", "remote". |
| query | string | — | Keyword, e.g. "software engineer", "nurse", "driver". |
No output schema declared.
No examples provided.
search_restaurants Search restaurants (live UK FHRS data) ~187
Find restaurants for GeraEats, with their current UK Food Hygiene Ratings. Backed by the live Food Standards Agency FHRS open API (api.ratings.food.gov.uk) — genuinely live UK restaurant data, no auth. Filter by city/name and minimum hygiene rating (0-5). Read-only. To place an order, use create_booking_intent with action_kind="restaurant_order" — a consent-first order lead, not a paid order.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | UK city/town/area to search, e.g. "Bristol", "Manchester". |
| limit | integer | — | Max restaurants to return (default 10). |
| min_rating | integer | — | Minimum food hygiene rating (0-5). E.g. 4 = only well-rated places. |
| name | string | — | Restaurant name to search for, e.g. "Dishoom". |
No output schema declared.
No examples provided.