# com.thecrowdspace/crowdspace (remote · mcp.thecrowdspace.com)

Search 900+ crowdfunding and P2P lending platforms, market data and regulation by country.

- Trust score: 83/100 (high trust)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `mcp.thecrowdspace.com`: 83/100 (this document), [markdown](https://verifymcp.io/servers/com-thecrowdspace-crowdspace/mcp.md), [page](https://verifymcp.io/servers/com-thecrowdspace-crowdspace/mcp)

## Channel facts

- Endpoint: `https://mcp.thecrowdspace.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2434 tokens (~486/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the com.thecrowdspace/crowdspace MCP server?

com.thecrowdspace/crowdspace is a hosted endpoint at https://mcp.thecrowdspace.com/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.

### Claude

```bash
claude mcp add --transport http com-thecrowdspace-crowdspace 'https://mcp.thecrowdspace.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-thecrowdspace-crowdspace": {
      "url": "https://mcp.thecrowdspace.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-thecrowdspace-crowdspace": {
      "type": "http",
      "url": "https://mcp.thecrowdspace.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-thecrowdspace-crowdspace]
url = "https://mcp.thecrowdspace.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-thecrowdspace-crowdspace": {
      "type": "remote",
      "url": "https://mcp.thecrowdspace.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-thecrowdspace-crowdspace --url 'https://mcp.thecrowdspace.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-thecrowdspace-crowdspace:
    url: "https://mcp.thecrowdspace.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-thecrowdspace-crowdspace": {
      "Transport": "http",
      "Url": "https://mcp.thecrowdspace.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-thecrowdspace-crowdspace -t streamable-http -u 'https://mcp.thecrowdspace.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-thecrowdspace-crowdspace": {
      "type": "http",
      "url": "https://mcp.thecrowdspace.com/mcp"
    }
  }
}
```

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-18 (score 83, 0)

- [cosmetic] “search_platforms” reworded the description of “payment”
- [cosmetic] “search_platforms” reworded the description of “return”

### 2026-09-17 (score 83, 0)

- [security] Stability: 0.97 → pass
- [cosmetic] “get_market_overview” reworded the description of “country”
- [cosmetic] “search_platforms” reworded the description of “country”

### 2026-09-16 (score 83, +1)

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

### 2026-09-14 (score 82, 0)

- [cosmetic] “get_market_overview” reworded the description of “industry”
- [cosmetic] “get_market_overview” reworded the description of “region”
- [cosmetic] “get_market_overview” reworded the description of “type”
- [cosmetic] “search_platforms” reworded the description of “autoinvest”
- [cosmetic] “search_platforms” reworded the description of “bonus”
- [cosmetic] “search_platforms” reworded the description of “buyback”
- [cosmetic] “search_platforms” reworded the description of “currency”
- [cosmetic] “search_platforms” reworded the description of “industry”
- [cosmetic] “search_platforms” reworded the description of “min_investment”
- [cosmetic] “search_platforms” reworded the description of “payment”
- [cosmetic] “search_platforms” reworded the description of “region”
- [cosmetic] “search_platforms” reworded the description of “regulated”
- [cosmetic] “search_platforms” reworded the description of “return”
- [cosmetic] “search_platforms” reworded the description of “secondary”
- [cosmetic] “search_platforms” reworded the description of “type”
- [cosmetic] “search_platforms” reworded the description of “years”

### 2026-09-13 (score 82, +1)

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

### 2026-09-12 (score 81, 0)

- [cosmetic] “get_market_overview” reworded the description of “industry”
- [cosmetic] “get_market_overview” reworded the description of “type”
- [cosmetic] “search_platforms” reworded the description of “currency”
- [cosmetic] “search_platforms” reworded the description of “industry”
- [cosmetic] “search_platforms” reworded the description of “min_investment”
- [cosmetic] “search_platforms” reworded the description of “payment”
- [cosmetic] “search_platforms” reworded the description of “regulated”
- [cosmetic] “search_platforms” reworded the description of “return”
- [cosmetic] “search_platforms” reworded the description of “type”

### 2026-09-11 (score 81, +1)

- [security] Tool “get_regulatory_map” rewrote its description, which is the text the model reads
- [cosmetic] “search_platforms” reworded the description of “bonus”
- [cosmetic] “search_platforms” reworded the description of “years”

### 2026-09-09 (score 80, +1)

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

## MCP tools (5)

### `search_platforms` (~1056 tokens)

Search platforms

Search the CrowdSpace catalogue of crowdfunding and P2P lending platforms. Returns per platform: name, investment types, industries, country of headquarters, minimum investment, advertised return range, and the URL of its CrowdSpace profile. Use it to answer "which platforms let me…" questions and to cite specific platforms, always linking the returned profile URL. Do NOT use it for a full platform profile (fees, descriptions and terms are on the profile page, deliberately not in this API), nor for market-wide numbers — get_market_overview answers those in one call instead of paging through hundreds of results. Every filter value is enumerated in this schema; do not invent one. The catalogue keeps platforms that have stopped operating: a closed one is marked "no longer operating" in the result, and the count says how many of the matches are still running — say so rather than quoting the raw total as live platforms. Where a field is not in the result — fees, terms, the full description, the funding volume behind a sort — say it is not served here and link the profile. Do NOT fill the gap from your own knowledge: a figure you remember about a platform will be read as a figure from this catalogue.

Input parameters:

- `autoinvest` (string): Auto-invest. Most common: autoinvest-no (640), yes (60).
- `bonus` (string): Has a bonus. Most common: bonus-no (676), yes (24).
- `buyback` (string): Buyback guarantee. Most common: buyback-no (680), yes (20).
- `country` (array): Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (118), de (99), es (91), nl (89), it (85).
- `currency` (array): Currency. Most common: eur (374), usd (122), gbp (44), mxn (21), brl (16).
- `duration` (array): Average loan duration. Most common: gt18 (77), 12-18 (36), 6-12 (19), lt6 (9).
- `headquarter` (array): Country of headquarters. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: gb (64), fr (63), us (47), es (40), de (39).
- `industry` (array): Industry. Most common: sme (323), real-estate (292), startups (152), green-energy (80), personal-loans (65).
- `lang` (string): Language of the returned titles and profile URLs.
- `listing` (string): investment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.
- `min_investment` (array): Minimum investment. Most common: 100-500 (202), 10-100 (177), 1000-5000 (102), lt10 (71), 500-1000 (66).
- `page` (integer): Page number, 1-based.
- `payment` (array): Payment options. Most common: bank-transfer (348), direct-debit (150), credit-card (148), cryptocurrency (18), paypal (8).
- `per_page` (integer): Results per call, 1-25. Default 20. Narrow the filters rather than asking for more — a wide page spends context on rows nobody reads.
- `region` (array): Region. Most common: europe (461), north-america (86), mena (63), southeast-asia (53), latin-america (31).
- `registration` (array): Country of registration. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: gb (63), fr (62), us (46), de (39), es (38).
- `regulated` (string): Regulated. Most common: yes (546), regulated-no (154).
- `regulator` (array): Regulated by. The authority's own abbreviation, lowercase — fca, bafin, cnmv, amf. Most common: amf (53), sec (44), fca (43), finra (37), consob (32).
- `return` (array): Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28).
- `secondary` (string): Secondary market. Most common: secondary-no (584), yes (116).
- `sort` (string): Ordering. Default recommended — the site's own editorial order.
- `type` (array): Investment type. Most common: equity (287), p2p-lending (273), debt (249), tokenized (36), mini-bonds (16).
- `years` (array): Years on market. Most common: 3 (568), 2 (75), 1 (43), 0 (3).

Output parameters:

- `meta` (object): Paging and the tier that answered.
- `platforms` (array)

### `get_market_overview` (~350 tokens)

Market overview

Aggregate figures for a slice of the crowdfunding market: how many platforms operate there, how many are regulated and by whom, the minimum / maximum / average advertised return and minimum investment, the spread of funding volumes and founding years, and the distribution across investment types and industries. Slice it by country, industry, region or any other catalogue filter — omit them all for the whole market. Use it for "how big / how regulated / what is typical" questions. Do NOT use it to name platforms — it returns no platform names; search_platforms does that. Figures reflect the live catalogue at the time of the call.

Input parameters:

- `country` (array): Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (118), de (99), es (91), nl (89), it (85).
- `industry` (array): Industry. Most common: sme (323), real-estate (292), startups (152), green-energy (80), personal-loans (65).
- `lang` (string): Language of the returned titles and profile URLs.
- `listing` (string): investment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.
- `region` (array): Region. Most common: europe (461), north-america (86), mena (63), southeast-asia (53), latin-america (31).
- `type` (array): Investment type. Most common: equity (287), p2p-lending (273), debt (249), tokenized (36), mini-bonds (16).

Output parameters:

- `meta` (object): Paging and the tier that answered.
- `overview` (object)

### `get_regulatory_map` (~397 tokens)

Regulatory map

ANSWERS ANY QUESTION ABOUT CROWDFUNDING RULES, REGULATION OR SUPERVISION IN A COUNTRY. Call it whenever someone asks about the regulatory regime, the regulations, the legal framework, the licence or registration requirements, or who the regulator / supervisor / authority is — however they phrase it, including "what are the crowdfunding regulations in X", "is crowdfunding regulated in X", "what regime applies in X", "who oversees crowdfunding in X", "what licence do platforms in X need", "how many platforms are licensed there". Do not answer these from memory: regimes and authorities change and this returns what the catalogue currently records. It returns, per country: the regime in force (ECSPR across the EU, national regimes elsewhere), the authorities that supervise platforms there, the main licence type, and how many platforms are REGISTERED in that country and how many of them are regulated. NOT search_platforms. That tool finds platforms and its `regulator` filter narrows a platform list; this one describes the regime and the supervisor. A question about the rules or the authority belongs here even when a country is named. The counts are by country of REGISTRATION — the platforms an authority there supervises — not by the countries a platform serves. For "how many platforms operate in X", use search_platforms with the country filter instead; that number is larger. Omit the country to get the whole map — a long answer, so name a country when you have one. It reports what the catalogue records about supervision; it is not legal advice and does not cover tax or investor-eligibility rules.

Input parameters:

- `country` (string): Country, matched on country of registration. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Omit for every country at once.
- `lang` (string): Language of the names returned.

Output parameters:

- `countries` (array)
- `meta` (object): Paging and the tier that answered.

### `get_industry_news` (~246 tokens)

Industry news

Recent crowdfunding and P2P lending news: headline, summary, publication date, category, and a link to the article at its publisher. Filter by category, by kind (editorial — written by CrowdSpace, syndicated — aggregated from the industry press, or all), and by date range. Use it for "what happened recently / any news about X" questions, and cite the URL each item carries — for a syndicated item that is the original publisher, not CrowdSpace. Do NOT use it to establish facts about a platform: it is a news feed, not the catalogue; search_platforms holds the current data.

Input parameters:

- `category` (string): News category slug.
- `from` (string): Published on or after, YYYY-MM-DD.
- `kind` (string): all (default), editorial (written by CrowdSpace) or syndicated (aggregated from the press).
- `lang` (string): Language of the returned items.
- `page` (integer): Page number, 1-based.
- `per_page` (integer): Items per call, 1-25. Default 20.
- `to` (string): Published on or before, YYYY-MM-DD.

Output parameters:

- `meta` (object): Paging and the tier that answered.
- `news` (array)

### `report_inaccuracy` (~246 tokens)

Report an inaccuracy

Report that something in the CrowdSpace catalogue is wrong or out of date — a minimum investment that no longer matches the platform, a regulator that changed, a dead website. Use it when a reader points out an error, or when you can see the catalogue disagrees with a source you have. It does NOT change the site: the report goes to a queue a person reviews, and the tool result says so — do not tell the user the data has been corrected. Say what is wrong in a sentence, and include the URL you saw it on when you have one; a report nobody can check is one nobody can act on.

Input parameters:

- `evidence_url` (string): Where you saw the correct value — the platform's own page, a regulator register.
- `field` (string, required): Which field is wrong. Use `other` only when none of the rest fits.
- `platform` (string, required): The platform's slug — the last segment of the profile URL that search_platforms returns, e.g. `mintos`.
- `problem` (string, required): What is wrong with it, in a sentence.
- `suggested_value` (string): What it should say, if you know.

Output parameters:

- `report` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-thecrowdspace-crowdspace/mcp#diagnostics

## Score history

- 2026-09-22: 83
- 2026-09-21: 83
- 2026-09-20: 83
- 2026-09-19: 83
- 2026-09-18: 83
- 2026-09-17: 83
- 2026-09-16: 83
- 2026-09-15: 82
- 2026-09-14: 82
- 2026-09-13: 82
- 2026-09-12: 81
- 2026-09-11: 81
- 2026-09-10: 80
- 2026-09-09: 80
- 2026-09-08: 79
- 2026-09-07: 79
- 2026-09-06: 78
- 2026-09-05: 78
- 2026-09-04: 78
- 2026-09-03: 77
- 2026-09-02: 77
- 2026-09-01: 76
- 2026-08-31: 75
- 2026-08-30: 75
- 2026-08-29: 74
- 2026-08-28: 74
- 2026-08-27: 73
- 2026-08-26: 73
- 2026-08-25: 70
- 2026-08-24: 70

## Common questions

### What is the com.thecrowdspace/crowdspace MCP server?

com.thecrowdspace/crowdspace is an MCP server listed in the public MCP registry as com.thecrowdspace/crowdspace. Search 900+ crowdfunding and P2P lending platforms, market data and regulation by country. This page covers its hosted endpoint (https://mcp.thecrowdspace.com/mcp).

### Is the com.thecrowdspace/crowdspace MCP server safe to use?

com.thecrowdspace/crowdspace scores 83 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 com.thecrowdspace/crowdspace MCP server expose?

com.thecrowdspace/crowdspace exposes 5 tools: search_platforms, get_market_overview, get_regulatory_map, get_industry_news, report_inaccuracy. Their descriptions and schemas cost roughly 2,295 tokens of context every time the server is loaded.

### Does the com.thecrowdspace/crowdspace MCP server require authentication?

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

### Is the com.thecrowdspace/crowdspace MCP server still maintained?

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

## Links

- Remote endpoint: https://mcp.thecrowdspace.com/mcp
- Repository: https://github.com/thecrowdspace/crowd-space_wp
- Website: https://thecrowdspace.com/docs/public-api-and-mcp/
- Changelog RSS feed: https://verifymcp.io/servers/com-thecrowdspace-crowdspace/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-thecrowdspace-crowdspace/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-thecrowdspace-crowdspace/mcp
