Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Pionra

REMOTE · PIONRA.WORLD · SCANNED SEP 27

Guides, housing, jobs, events and communities for foreigners living in France, in 6 languages.

Available components

73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1413 tokens (~176/item across 8 items; 8 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 Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Pionra MCP server?

Pionra is a hosted endpoint at https://pionra.world/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · pionra.world

# add to Claude Code
claude mcp add --transport http world-pionra-pionra 'https://pionra.world/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "world-pionra-pionra": {
      "url": "https://pionra.world/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "world-pionra-pionra": {
      "type": "http",
      "url": "https://pionra.world/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.world-pionra-pionra]
url = "https://pionra.world/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "world-pionra-pionra": {
      "type": "remote",
      "url": "https://pionra.world/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add world-pionra-pionra --url 'https://pionra.world/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  world-pionra-pionra:
    url: "https://pionra.world/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "world-pionra-pionra": {
      "Transport": "http",
      "Url": "https://pionra.world/mcp"
    }
  }
}
# add to Vellum
assistant mcp add world-pionra-pionra -t streamable-http -u 'https://pionra.world/mcp'
// mcp.json
{
  "mcpServers": {
    "world-pionra-pionra": {
      "type": "http",
      "url": "https://pionra.world/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

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.

  • 27 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 0
    • Stability: unverified → 0.03 ▲ functional
  • 23 Sept 26 71

    First indexed and scored.

Diagnostics

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 27 Sept 2026 · Probed https://pionra.world/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pionra.world CN=WE1,O=Google Trust Services,C=US 4 Aug 2026 2 Nov 2026 ECDSA 256 ECDSA-SHA256 6c0a4bd03fa6ef9e0ee4c71170b78031
SANs: pionra.world, *.pionra.world
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of pionra.world. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
world. present 13081 8 Verified
pionra.world. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.pionra.fr https://*.sentry.io; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; img-src 'self' data: blob: https: http:; media-src 'self' blob: data:; connect-src 'self' https://analytics.pionra.fr https://*.sentry.io wss://*.pionra.fr wss://*.pionra.world; frame-src 'self' https://www.youtube.com https://player.vimeo.com; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; object-src 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy accelerometer=(), camera=(), geolocation=(self), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pionra.world/mcp Verified 200
http (plaintext) http://pionra.world/mcp HTTPS enforced 301 https://pionra.world/mcp
MCP tools · 8 exposed · ~1,318 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_housing ~89

Find housing listings on Pionra by city, budget, and room count.

NameTypeReqDescription
citystring––
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
limitinteger––
max_pricenumber––
min_roomsnumber––

No output schema declared.

No examples provided.

find_jobs ~117

Find job listings on Pionra by city, language, and contract type.

NameTypeReqDescription
citystring––
contractstring–Optional contract type such as CDI, CDD, stage, alternance, freelance, or interim.
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
languagestring–Language code expected in the listing, for example fr or en.
limitinteger––

No output schema declared.

No examples provided.

get_community ~85

Get a Pionra community hub plus recent posts for a given country code.

NameTypeReqDescription
country_codestringyesTwo-letter ISO country code, for example CN or MA.
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
limitinteger––

No output schema declared.

No examples provided.

get_guide ~108

Fetch a full Pionra guide (Markdown body) by public id, or the best-matching guide for a search query. The text is returned in the requested locale when a translation exists.

NameTypeReqDescription
idstring–Optional guide public id.
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
querystring–Optional text query when the id is unknown.

No output schema declared.

No examples provided.

list_communities ~77

List Pionra country communities that match a query.

NameTypeReqDescription
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
limitinteger––
querystring–Optional community, country, or diaspora query.

No output schema declared.

No examples provided.

publish_guide ~667

Publish a guide, question, blog post, classified listing, marketplace item, or service offer to Pionra (enters the moderation queue before going live). Supports GUIDE, QUESTION, BLOG, ANNONCE, MARCHE, and SERVICE. Requires an API key sent as an `Authorization: Bearer pionra_sk_...` header — generate one at https://pionra.world/settings/developer. Same auth + rate limits as POST /api/ai/publish.

NameTypeReqDescription
bodyMarkdownstringyesPost body in Markdown, 20–20000 characters.
categorystringyesActive Pionra category slug (must be permitted by the API key).
citystring–Optional free-form city label for ANNONCE, MARCHE, or SERVICE posts.
cityScopestring–Optional city slug to scope the post.
countryScopestring–Optional ISO country code to scope the post.
coverEmojistring–Optional cover emoji, up to 16 characters.
coverImageUrlstring–Optional cover image. Must be a public https:// URL to an image (jpeg/png/webp/gif/avif, max 8MB). Pionra fetches it server-side and stores it as the post cover; takes precedence over coverEmoji.
cover_emojistring–Alias for coverEmoji.
cover_image_urlstring–Alias for coverImageUrl.
expiresAtstring–Optional ISO date or date-time when the post should expire.
housingAvailableFromstring–Optional ISO date or date-time when the housing becomes available.
housingDepositnumber–Optional housing deposit amount.
housingFurnishedboolean–Optional furnished flag.
housingRoomsnumber–Optional room count. Stored as an integer.
housingSurfacenumber–Optional housing surface area. Stored as an integer.
housingTypestring–Optional housing type, for example studio, chambre, or colocation.
housing_available_atstring–Alias for housingAvailableFrom.
housing_citystring–Alias for city.
housing_metrostring–Alias for metroStation.
housing_rentnumber–Alias for price.
jobContractTypestring–Optional job or service contract type.
jobRemotestring–Optional remote mode label, for example onsite, hybrid, or remote.
jobSalaryMaxnumber–Optional maximum salary. Stored as an integer.
jobSalaryMinnumber–Optional minimum salary. Stored as an integer.
languagestringyesContent language.
locationCitystring–Optional location label shown on the post; defaults to city.
metroStationstring–Optional nearby metro or transit station.
negotiableboolean–Optional negotiable flag for classified-style posts.
pricenumber–Optional price amount.
priceCurrencystring–Optional ISO currency code. Defaults to EUR for ANNONCE, MARCHE, and SERVICE.
tagsarray–Optional tags.
titlestringyesPost title, 5–200 characters.
typestringyesPost type.

No output schema declared.

No examples provided.

recent_events ~81

List upcoming Pionra events, optionally filtered by city and date.

NameTypeReqDescription
citystring––
datestring–Optional ISO date string.
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
limitinteger––

No output schema declared.

No examples provided.

search_pionra ~94

Search Pionra guides, housing, jobs, communities, events, and directory pages with citation-ready links.

NameTypeReqDescription
intentstring–Optional result focus.
langstring–Locale for returned URLs and text: fr, en, zh, ar, pt or es. Optional — detected from the query when omitted.
limitinteger––
querystringyesNatural-language search query.

No output schema declared.

No examples provided.

Common questions

What is the Pionra MCP server?

Pionra is an MCP server listed in the public MCP registry as world.pionra/pionra. Guides, housing, jobs, events and communities for foreigners living in France, in 6 languages. This page covers its hosted endpoint (https://pionra.world/mcp).

Is the Pionra MCP server safe to use?

Pionra scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Pionra MCP server expose?

Pionra exposes 8 tools: search_pionra, list_communities, get_community, find_housing, find_jobs, and 3 more. Their descriptions and schemas cost roughly 1,318 tokens of context every time the server is loaded.

Does the Pionra MCP server require authentication?

No. We connected to Pionra without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Pionra MCP server still maintained?

Pionra is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.