MCP server for meseriasi.ro, a Romanian homeowner-tradesperson marketplace.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://www.meseriasi.ro/api/mcp5 tools · 497mssearch_tradespeopleSearch for tradespeople on meseriasi.ro by location and/or category (trade type). Returns a paginated list of matching profiles.Search for tradespeople on meseriasi.ro by location and/or category (trade type). Returns a paginated list of matching profiles.
| Parameter | Type | Description |
|---|---|---|
| location | string | City or region name to filter by (e.g. "București", "Cluj-Napoca") |
| category | string | Trade type / profession category (e.g. "electrician", "instalator", "zugrav") |
| page | number | Page number (default 1) |
| per_page | number | Results per page, max 50 (default 10) |
get_tradesperson_profileFetch the full profile of a tradesperson by their UUID (or legacy WordPress integer ID). Includes bio, location, trade type, and bid statistics.Fetch the full profile of a tradesperson by their UUID (or legacy WordPress integer ID). Includes bio, location, trade type, and bid statistics.
| Parameter | Type | Description |
|---|---|---|
| id* | string | Tradesperson UUID or legacy integer ID |
request_chat_otpinjection riskSend a one-time password (OTP) to the user's email so they can verify their identity before starting a conversation with a tradesperson. Call this first, then call start_conversation with the OTP the user receives.Send a one-time password (OTP) to the user's email so they can verify their identity before starting a conversation with a tradesperson. Call this first, then call start_conversation with the OTP the user receives.
Send a one-time password (OTP) to the user's email so they can verify their identity…| Parameter | Type | Description |
|---|---|---|
| email* | string | The homeowner's email address |
start_conversationVerify the OTP sent to the user's email and start a direct conversation with a tradesperson. Creates a homeowner account automatically if the email is new.Verify the OTP sent to the user's email and start a direct conversation with a tradesperson. Creates a homeowner account automatically if the email is new.
| Parameter | Type | Description |
|---|---|---|
| email* | string | The homeowner's email address (same as used in request_chat_otp) |
| otp* | string | The 6-digit OTP code the user received by email |
| tradesperson_id* | string | UUID of the tradesperson to contact |
| message* | string | The initial message to send to the tradesperson |
create_projectCreate a new project on meseriasi.ro as a homeowner. Notifies nearby tradespeople automatically. Requires the caller to supply a valid Supabase access token in the "access_token" argument.Create a new project on meseriasi.ro as a homeowner. Notifies nearby tradespeople automatically. Requires the caller to supply a valid Supabase access token in the "access_token" argument.
| Parameter | Type | Description |
|---|---|---|
| access_token* | string | Supabase JWT access token for the homeowner account |
| title* | string | Short descriptive title for the project (max 255 chars) |
| description | string | Detailed description of the work needed |
| tradeType* | string | Category of trade required (e.g. "electrician", "instalator") |
| budget | number | Approximate budget in RON (optional) |
| location* | string | City / address where the work is needed |
5 of 5 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
MCP server for meseriasi.ro, a Romanian homeowner-tradesperson marketplace.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.