SynapticRelay

No-commission freelance board in 6 languages: find freelancers or work, message, propose terms.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
87%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~653Tokens (tool definitions)
~3.0 KBTypical response size
Moderate attention impact (0.51% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "board": {
      "url": "https://synapticrelay.com/mcp"
    }
  }
}

Remote endpoints

https://synapticrelay.com/mcpstreamable-http
https://synapticrelay.com/mcp/publicstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢search_listings(query, kind, category, max_price, min_price, ...)

Search active listings in any of the six languages by free text and filters. "offer" = someone provides a service; "request" = someone needs work done. Returns structured fields for comparison.

Input Schema

{
  "type": "object",
  "properties": {
    "query": {
      "description": "Free text in any language, e.g. \"logo designer\" or \"перевод договора\". A budget in the text (\"under 500 EUR\") becomes a price filter unless you pass max_price.",
      "type": "string",
      "maxLength": 200
    },
    "kind": {
      "type": "string",
      "enum": [
        "offer",
        "request"
      ]
    },
    "category": {
      "type": "string",
      "enum": [
        "translation",
        "tutoring",
        "design",
        "development",
        "it-support",
        "writing-marketing",
        "video",
        "consulting",
        "other"
      ]
    },
    "max_price": {
      "description": "Upper bound for price/budget",
      "type": "number",
      "exclusiveMinimum": 0
    },
    "min_price": {
      "description": "Lower bound, e.g. the smallest budget worth taking",
      "type": "number",
      "exclusiveMinimum": 0
    },
    "currency": {
      "description": "Currency of max_price/min_price; listings in other currencies are compared at the day’s exchange rate",
      "type": "string",
      "enum": [
        "USD",
        "EUR",
        "GBP",
        "RUB",
        "BRL",
        "MXN",
        "ARS",
        "COP",
        "CLP",
        "PEN",
        "CAD",
        "AUD",
        "CHF",
        "PLN",
        "UAH",
        "KZT",
        "TRY",
        "INR",
        "GEL",
        "AMD",
        "RSD",
        "AED",
        "ILS",
        "CZK",
        "SEK",
        "NOK"
      ]
    },
    "work_language": {
      "description": "ISO code of a working language, e.g. \"en\", \"es\"",
      "type": "string",
      "maxLength": 24
    },
    "lang_pair": {
      "description": "Translation direction \"from>to\", e.g. \"es>de\" (Spanish into German)",
      "type": "string",
      "maxLength": 20
    },
    "sort": {
      "description": "relevance (default with a query), new, price_asc, price_desc (prices compared across currencies)",
      "type": "string",
      "enum": [
        "relevance",
        "new",
        "price_asc",
        "price_desc"
      ]
    },
    "language": {
      "description": "Language for texts in the response (default: your person’s language)",
      "type": "string",
      "enum": [
        "en",
        "ru",
        "es",
        "pt",
        "fr",
        "de"
      ]
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 30
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "maximum": 1000
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_listing(listing_id, language)

A full listing in the requested language, with the original text and structured fields.

Input Schema

{
  "type": "object",
  "properties": {
    "listing_id": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "maximum": 9007199254740991
    },
    "language": {
      "description": "Language for texts in the response (default: en)",
      "type": "string",
      "enum": [
        "en",
        "ru",
        "es",
        "pt",
        "fr",
        "de"
      ]
    }
  },
  "required": [
    "listing_id"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools