Skip to main content
Glama

crowdspace

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.6/5.0
Disambiguation4/5

The tools separate cleanly by purpose: news, market aggregates, regulation, platform search, and error reporting. There is minor overlap between get_market_overview and get_regulatory_map on regulated-platform counts, but the descriptions give enough guidance to choose between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: get_industry_news, get_market_overview, get_regulatory_map, report_inaccuracy, search_platforms. There is no mixing of styles or vague verbs.

Tool Count5/5

Five tools is well-scoped for a read-only research and correction server. Each tool earns its place and none are redundant or purely decorative.

Completeness4/5

The server covers the main user-facing needs: platform lookup, market-level statistics, regulatory information, recent news, and a correction pipeline. It deliberately omits full platform profiles and detailed terms, which is a minor gap but clearly acknowledged as out of scope.

Available Tools

5 tools
get_industry_newsIndustry newsA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoPublished on or before, YYYY-MM-DD.
fromNoPublished on or after, YYYY-MM-DD.
kindNoall (default), editorial (written by CrowdSpace) or syndicated (aggregated from the press).
langNoLanguage of the returned items.
pageNoPage number, 1-based.
categoryNoNews category slug.
per_pageNoItems per call, 1-25. Default 20.

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYesPaging and the tier that answered.
newsYes

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds a behavioral detail beyond schema: for syndicated items, the URL points to the original publisher, not CrowdSpace, which matters when citing sources. It also clarifies editorial vs syndicated semantics, though the schema already explains these values, so this is a solid 4 rather than a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Each sentence earns its place: content fields, filtering capability, when to use, citation guidance, and when not to use. The description is front-loaded with the core purpose and finishes with an actionable exclusion. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With zero required parameters, 100% schema coverage, an output schema available, and rich annotations, the description only needed to fill gaps: use case, citation rule, and news-feed vs catalogue distinction. It does so completely, leaving nothing an agent must guess.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so every parameter (to, from, kind, lang, page, category, per_page) already has documentation in the schema. The description restates category/kind/date-range filtering at a high level but adds no parameter-level meaning beyond the schema. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: retrieving recent crowdfunding and P2P lending news, and enumerates the fields each item carries. It distinguishes itself from the catalogue by explicitly stating it is a news feed and that search_platforms holds current platform data, so an agent can tell tools apart without inspecting schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives an explicit positive trigger ('what happened recently / any news about X' questions) and an explicit negative boundary (do not use it to establish facts about a platform). It names the alternative tool, search_platforms, and explains why it is better suited for the excluded case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_market_overviewMarket overviewA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the returned titles and profile URLs.
typeNoInvestment type. Most common: equity (287), p2p-lending (273), debt (249), tokenized (35), mini-bonds (16).
regionNoRegion. Most common: europe (462), north-america (86), mena (63), southeast-asia (53), latin-america (31).
countryNoCountry of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).
listingNoinvestment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.investment
industryNoIndustry. Most common: sme (324), real-estate (293), startups (152), green-energy (81), personal-loans (65).

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYesPaging and the tier that answered.
overviewYes

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description details the kind of aggregate figures returned (platform counts, regulators, return ranges, investment minimums, volumes, years, distributions) and notes figures reflect the live catalogue. This is consistent with the readOnly and idempotent annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is comprehensive yet focused, front-loading the purpose and then covering usage, exclusions, and data freshness. The repetition about slicing/filtering reinforces the optional filter behavior without being excessive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only aggregate tool, the description covers what the tool returns, how to filter, what not to use it for, and the alternative sibling tool. It is complete enough for an agent to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Every parameter has a meaningful description, including enums, defaults, and common values (e.g., country codes and frequency counts). The listing parameter is clearly explained with its default and the distinction between investment and fundraising.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Aggregate figures for a slice of the crowdfunding market') and the specific resource (crowdfunding market data), and explicitly distinguishes itself from sibling tools by noting it returns no platform names.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides direct usage guidance: use for 'how big / how regulated / what is typical' questions, and explicitly says not to use it for naming platforms, pointing to search_platforms as the alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_regulatory_mapRegulatory mapA
Read-onlyIdempotent
Inspect

The regulatory picture 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. Use it for "is crowdfunding regulated in X / who regulates it / how many platforms are licensed there" questions. 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the names returned.
countryNoCountry, 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.

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYesPaging and the tier that answered.
countriesYes

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare read-only and idempotent behavior, so the description does not need to repeat that. The description adds valuable interpretive context about registration vs. service and includes a disclaimer that it is not legal advice, which helps set expectations without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single focused paragraph that front-loads the core purpose and then efficiently covers scope, alternate usage, and caveats. Every sentence adds unique value without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the data scope, parameter semantics, alternative tool usage, and important limitations. While it does not detail the output schema, that is already provided separately, and the description gives enough context for an agent to decide when and how to call the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema descriptions cover all parameters, the tool description enriches their meaning substantially: it clarifies that country is matched on registration, explains the effect of omitting it, and gives concrete examples of questions each parameter answers. This goes beyond the schema's basic type and enum info.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific resource ('regulatory picture per country') and the concrete data returned (regime, authorities, licence type, counts). It clearly differentiates from sibling tools, especially search_platforms, by focusing on regulation rather than platform operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided for when to use this tool versus search_platforms, including example questions and the note that platform-service counts are larger. It also advises on omitting or specifying a country, which directly informs parameter usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

report_inaccuracyReport an inaccuracyAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
fieldYesWhich field is wrong. Use `other` only when none of the rest fits.
problemYesWhat is wrong with it, in a sentence.
platformYesThe platform's slug — the last segment of the profile URL that search_platforms returns, e.g. `mintos`.
evidence_urlNoWhere you saw the correct value — the platform's own page, a regulator register.
suggested_valueNoWhat it should say, if you know.

Output Schema

ParametersJSON Schema
NameRequiredDescription
reportYes

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds important behavior beyond the annotations: the report goes to a human-reviewed queue and does not change the live site. It also tells the agent not to tell the user the data has been corrected, and notes the tool result itself says so. This gives the agent the necessary side-effect context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well structured, front-loaded with the tool's purpose, and each sentence earns its place: examples of inaccuracies, when to use it, what it does not do, and how to write the report. It is dense but not bloated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a full input schema, an output schema, and meaningful annotations, the description completes the picture by explaining the non-mutating report flow, the human-review queue, required problem phrasing, and evidence URL. The agent can use this tool correctly without guessing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the parameters are already well documented. The description adds guidance on how to fill in fields, especially the need to say what is wrong in a sentence and to include the URL as evidence. It reinforces why evidence_url matters, going slightly beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states precisely what the tool does: report an inaccuracy in the catalogue. It names the resource (CrowdSpace catalogue) and adds clear examples, and explicitly distinguishes itself from a mutation tool by saying it does NOT change the site. This makes it easy to select over siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit use scenarios: when a reader points out an error or when the agent sees a catalogue/source disagreement. It also gives a warning about what not to claim after using it. It does not explicitly name alternatives, but the sibling tools are different enough that this is still a clear, useful guideline.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_platformsSearch platformsA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLanguage of the returned titles and profile URLs.
pageNoPage number, 1-based.
sortNoOrdering. Default recommended — the site's own editorial order.
typeNoInvestment type. Most common: equity (287), p2p-lending (273), debt (249), tokenized (35), mini-bonds (16).
bonusNoHas a bonus. Most common: bonus-no (678), yes (23).
yearsNoYears on market. Most common: 3 (570), 2 (75), 1 (42), 0 (3).
regionNoRegion. Most common: europe (462), north-america (86), mena (63), southeast-asia (53), latin-america (31).
returnNoAdvertised return. Most common: 10-15 (202), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28).
buybackNoBuyback guarantee. Most common: buyback-no (681), yes (20).
countryNoCountry of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).
listingNoinvestment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.investment
paymentNoPayment options. Most common: bank-transfer (348), direct-debit (148), credit-card (147), cryptocurrency (18), paypal (9).
currencyNoCurrency. Most common: eur (376), usd (121), gbp (44), mxn (21), brl (16).
durationNoAverage loan duration. Most common: gt18 (77), 12-18 (36), 6-12 (19), lt6 (9).
industryNoIndustry. Most common: sme (324), real-estate (293), startups (152), green-energy (81), personal-loans (65).
per_pageNoResults per call, 1-25. Default 20. Narrow the filters rather than asking for more — a wide page spends context on rows nobody reads.
regulatedNoRegulated. Most common: yes (548), regulated-no (153).
regulatorNoRegulated by. The authority's own abbreviation, lowercase — fca, bafin, cnmv, amf. Most common: amf (53), sec (44), fca (43), finra (37), consob (32).
secondaryNoSecondary market. Most common: secondary-no (585), yes (116).
autoinvestNoAuto-invest. Most common: autoinvest-no (641), yes (60).
headquarterNoCountry 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).
registrationNoCountry 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).
min_investmentNoMinimum investment. Most common: 100-500 (203), 10-100 (177), 1000-5000 (101), lt10 (71), 500-1000 (67).

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYesPaging and the tier that answered.
platformsYes

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds substantial behavioral context beyond them: the catalogue retains closed platforms marked 'no longer operating', the count distinguishes live from defunct matches, and fields like fees/terms/funding volume are deliberately absent. The anti-hallucination guardrail ('Do NOT fill the gap from your own knowledge') is valuable behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Dense but purposeful: purpose, return fields, use cases, exclusions with alternatives, enum-safety warning, closed-platform caveat, and gap-handling instructions each earn their place. The content is front-loaded with scope and return values before caveats. No filler sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 23-parameter search tool with complete schema documentation, an output schema, and safety/idempotency annotations, the description covers all non-obvious behaviors an agent could get wrong: closed-platform semantics, live-count interpretation, absent-field handling, and knowledge-fabrication prevention. Nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the 23 parameters are already fully documented — baseline is 3. The description adds value above the schema with the warning that every filter value is enumerated and must not be invented, plus guidance to narrow filters rather than page through wide result sets. This elevates it slightly beyond the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Search the CrowdSpace catalogue of crowdfunding and P2P lending platforms') and enumerates the per-platform return fields. It distinguishes itself from siblings by explicitly naming what it is not for (full platform profiles) and names get_market_overview as the tool for market-wide numbers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use the tool ('which platforms let me…' questions, citing specific platforms), and provides clear exclusions with the alternative named: get_market_overview for market-wide numbers, and the profile page for fees/terms/descriptions. No inference is required to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedsearch_platforms2 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. Most common: autoinvest-no (642), yes (59)."New value: +"Auto-invest. Most common: autoinvest-no (641), yes (60)."
      • changedInput schema / properties / duration / description
        Previous value: -"Average loan duration. Most common: gt18 (77), 12-18 (36), 6-12 (19), lt6 (8)."New value: +"Average loan duration. Most common: gt18 (77), 12-18 (36), 6-12 (19), lt6 (9)."
  2. 3 tool updates
    • Changedget_market_overview4 fields changed
      • changedInput schema / properties / country / items / enum
        Previous value: -[
        -  "ad",
        -  "ao",
        -  "al",
        -  "ar",
        -  "au",
        -  "at",
        -  "be",
        -  "bo",
        -  "ba",
        -  "bg",
        -  "br",
        -  "ca",
        -  "co",
        -  "hr",
        -  "cy",
        -  "cz",
        -  "dk",
        -  "ee",
        -  "fi",
        -  "fr",
        -  "de",
        -  "gr",
        -  "hu",
        -  "is",
        -  "in",
        -  "id",
        -  "ie",
        -  "il",
        -  "it",
        -  "ke",
        -  "lv",
        -  "li",
        -  "lt",
        -  "lu",
        -  "mk",
        -  "my",
        -  "mt",
        -  "mu",
        -  "mx",
        -  "md",
        -  "mc",
        -  "nl",
        -  "nz",
        -  "ng",
        -  "no",
        -  "pa",
        -  "pe",
        -  "pl",
        -  "pt",
        -  "ro",
        -  "th",
        -  "tr",
        -  "sa",
        -  "rs",
        -  "sg",
        -  "sk",
        -  "si",
        -  "es",
        -  "za",
        -  "se",
        -  "ch",
        -  "ae",
        -  "gb",
        -  "ua",
        -  "us"
        -]New value: +[
        +  "ad",
        +  "ao",
        +  "al",
        +  "ar",
        +  "au",
        +  "at",
        +  "be",
        +  "bo",
        +  "ba",
        +  "bg",
        +  "br",
        +  "ca",
        +  "co",
        +  "hr",
        +  "cy",
        +  "cz",
        +  "dk",
        +  "ee",
        +  "fi",
        +  "fr",
        +  "de",
        +  "gr",
        +  "gn",
        +  "hu",
        +  "is",
        +  "in",
        +  "id",
        +  "ie",
        +  "il",
        +  "it",
        +  "ke",
        +  "lv",
        +  "li",
        +  "lt",
        +  "lu",
        +  "mk",
        +  "my",
        +  "mt",
        +  "mu",
        +  "mx",
        +  "md",
        +  "mc",
        +  "nl",
        +  "nz",
        +  "ng",
        +  "no",
        +  "pa",
        +  "pe",
        +  "pl",
        +  "pt",
        +  "ro",
        +  "th",
        +  "tr",
        +  "sa",
        +  "rs",
        +  "sg",
        +  "sk",
        +  "si",
        +  "es",
        +  "za",
        +  "se",
        +  "ch",
        +  "ae",
        +  "gb",
        +  "ua",
        +  "us"
        +]
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65)."New value: +"Industry. Most common: sme (324), real-estate (293), startups (152), green-energy (81), personal-loans (65)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31)."New value: +"Region. Most common: europe (462), north-america (86), mena (63), southeast-asia (53), latin-america (31)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16)."New value: +"Investment type. Most common: equity (287), p2p-lending (273), debt (249), tokenized (35), mini-bonds (16)."
    • Changedget_regulatory_map1 field changed
      • changedInput schema / properties / country / enum
        Previous value: -[
        -  "ad",
        -  "ao",
        -  "al",
        -  "ar",
        -  "au",
        -  "at",
        -  "be",
        -  "bo",
        -  "ba",
        -  "bg",
        -  "br",
        -  "ca",
        -  "co",
        -  "hr",
        -  "cy",
        -  "cz",
        -  "dk",
        -  "ee",
        -  "fi",
        -  "fr",
        -  "de",
        -  "gr",
        -  "hu",
        -  "is",
        -  "in",
        -  "id",
        -  "ie",
        -  "il",
        -  "it",
        -  "ke",
        -  "lv",
        -  "li",
        -  "lt",
        -  "lu",
        -  "mk",
        -  "my",
        -  "mt",
        -  "mu",
        -  "mx",
        -  "md",
        -  "mc",
        -  "nl",
        -  "nz",
        -  "ng",
        -  "no",
        -  "pa",
        -  "pe",
        -  "pl",
        -  "pt",
        -  "ro",
        -  "th",
        -  "tr",
        -  "sa",
        -  "rs",
        -  "sg",
        -  "sk",
        -  "si",
        -  "es",
        -  "za",
        -  "se",
        -  "ch",
        -  "ae",
        -  "gb",
        -  "ua",
        -  "us"
        -]New value: +[
        +  "ad",
        +  "ao",
        +  "al",
        +  "ar",
        +  "au",
        +  "at",
        +  "be",
        +  "bo",
        +  "ba",
        +  "bg",
        +  "br",
        +  "ca",
        +  "co",
        +  "hr",
        +  "cy",
        +  "cz",
        +  "dk",
        +  "ee",
        +  "fi",
        +  "fr",
        +  "de",
        +  "gr",
        +  "gn",
        +  "hu",
        +  "is",
        +  "in",
        +  "id",
        +  "ie",
        +  "il",
        +  "it",
        +  "ke",
        +  "lv",
        +  "li",
        +  "lt",
        +  "lu",
        +  "mk",
        +  "my",
        +  "mt",
        +  "mu",
        +  "mx",
        +  "md",
        +  "mc",
        +  "nl",
        +  "nz",
        +  "ng",
        +  "no",
        +  "pa",
        +  "pe",
        +  "pl",
        +  "pt",
        +  "ro",
        +  "th",
        +  "tr",
        +  "sa",
        +  "rs",
        +  "sg",
        +  "sk",
        +  "si",
        +  "es",
        +  "za",
        +  "se",
        +  "ch",
        +  "ae",
        +  "gb",
        +  "ua",
        +  "us"
        +]
    • Changedsearch_platforms17 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. Most common: autoinvest-no (643), yes (59)."New value: +"Auto-invest. Most common: autoinvest-no (642), yes (59)."
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. Most common: bonus-no (679), yes (23)."New value: +"Has a bonus. Most common: bonus-no (678), yes (23)."
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. Most common: buyback-no (682), yes (20)."New value: +"Buyback guarantee. Most common: buyback-no (681), yes (20)."
      • changedInput schema / properties / country / items / enum
        Previous value: -[
        -  "ad",
        -  "ao",
        -  "al",
        -  "ar",
        -  "au",
        -  "at",
        -  "be",
        -  "bo",
        -  "ba",
        -  "bg",
        -  "br",
        -  "ca",
        -  "co",
        -  "hr",
        -  "cy",
        -  "cz",
        -  "dk",
        -  "ee",
        -  "fi",
        -  "fr",
        -  "de",
        -  "gr",
        -  "hu",
        -  "is",
        -  "in",
        -  "id",
        -  "ie",
        -  "il",
        -  "it",
        -  "ke",
        -  "lv",
        -  "li",
        -  "lt",
        -  "lu",
        -  "mk",
        -  "my",
        -  "mt",
        -  "mu",
        -  "mx",
        -  "md",
        -  "mc",
        -  "nl",
        -  "nz",
        -  "ng",
        -  "no",
        -  "pa",
        -  "pe",
        -  "pl",
        -  "pt",
        -  "ro",
        -  "th",
        -  "tr",
        -  "sa",
        -  "rs",
        -  "sg",
        -  "sk",
        -  "si",
        -  "es",
        -  "za",
        -  "se",
        -  "ch",
        -  "ae",
        -  "gb",
        -  "ua",
        -  "us"
        -]New value: +[
        +  "ad",
        +  "ao",
        +  "al",
        +  "ar",
        +  "au",
        +  "at",
        +  "be",
        +  "bo",
        +  "ba",
        +  "bg",
        +  "br",
        +  "ca",
        +  "co",
        +  "hr",
        +  "cy",
        +  "cz",
        +  "dk",
        +  "ee",
        +  "fi",
        +  "fr",
        +  "de",
        +  "gr",
        +  "gn",
        +  "hu",
        +  "is",
        +  "in",
        +  "id",
        +  "ie",
        +  "il",
        +  "it",
        +  "ke",
        +  "lv",
        +  "li",
        +  "lt",
        +  "lu",
        +  "mk",
        +  "my",
        +  "mt",
        +  "mu",
        +  "mx",
        +  "md",
        +  "mc",
        +  "nl",
        +  "nz",
        +  "ng",
        +  "no",
        +  "pa",
        +  "pe",
        +  "pl",
        +  "pt",
        +  "ro",
        +  "th",
        +  "tr",
        +  "sa",
        +  "rs",
        +  "sg",
        +  "sk",
        +  "si",
        +  "es",
        +  "za",
        +  "se",
        +  "ch",
        +  "ae",
        +  "gb",
        +  "ua",
        +  "us"
        +]
      • changedInput schema / properties / currency / description
        Previous value: -"Currency. Most common: eur (376), usd (120), gbp (44), mxn (22), brl (16)."New value: +"Currency. Most common: eur (376), usd (121), gbp (44), mxn (21), brl (16)."
      • changedInput schema / properties / duration / description
        Previous value: -"Average loan duration. Most common: gt18 (78), 12-18 (36), 6-12 (19), lt6 (8)."New value: +"Average loan duration. Most common: gt18 (77), 12-18 (36), 6-12 (19), lt6 (8)."
      • changedInput schema / properties / headquarter / items / enum
        Previous value: -[
        -  "ao",
        -  "ar",
        -  "au",
        -  "at",
        -  "be",
        -  "bo",
        -  "bg",
        -  "br",
        -  "ca",
        -  "co",
        -  "hr",
        -  "cy",
        -  "cz",
        -  "dk",
        -  "ee",
        -  "fi",
        -  "fr",
        -  "de",
        -  "gr",
        -  "hu",
        -  "in",
        -  "id",
        -  "ie",
        -  "il",
        -  "it",
        -  "ke",
        -  "lv",
        -  "lt",
        -  "lu",
        -  "my",
        -  "mt",
        -  "mu",
        -  "mx",
        -  "md",
        -  "nl",
        -  "nz",
        -  "ng",
        -  "no",
        -  "pe",
        -  "pl",
        -  "pt",
        -  "ro",
        -  "th",
        -  "tr",
        -  "sa",
        -  "sg",
        -  "sk",
        -  "es",
        -  "za",
        -  "se",
        -  "ch",
        -  "ae",
        -  "gb",
        -  "us"
        -]New value: +[
        +  "ao",
        +  "ar",
        +  "au",
        +  "at",
        +  "be",
        +  "bo",
        +  "bg",
        +  "br",
        +  "ca",
        +  "co",
        +  "hr",
        +  "cy",
        +  "cz",
        +  "dk",
        +  "ee",
        +  "fi",
        +  "fr",
        +  "de",
        +  "gr",
        +  "gn",
        +  "hu",
        +  "in",
        +  "id",
        +  "ie",
        +  "il",
        +  "it",
        +  "ke",
        +  "lv",
        +  "lt",
        +  "lu",
        +  "my",
        +  "mt",
        +  "mu",
        +  "mx",
        +  "md",
        +  "nl",
        +  "nz",
        +  "ng",
        +  "no",
        +  "pe",
        +  "pl",
        +  "pt",
        +  "ro",
        +  "th",
        +  "tr",
        +  "sa",
        +  "sg",
        +  "sk",
        +  "es",
        +  "za",
        +  "se",
        +  "ch",
        +  "ae",
        +  "gb",
        +  "us"
        +]
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65)."New value: +"Industry. Most common: sme (324), real-estate (293), startups (152), green-energy (81), personal-loans (65)."
      • changedInput schema / properties / min_investment / description
        Previous value: -"Minimum investment. Most common: 100-500 (204), 10-100 (176), 1000-5000 (101), lt10 (71), 500-1000 (68)."New value: +"Minimum investment. Most common: 100-500 (203), 10-100 (177), 1000-5000 (101), lt10 (71), 500-1000 (67)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (349), direct-debit (149), credit-card (147), cryptocurrency (18), paypal (9)."New value: +"Payment options. Most common: bank-transfer (348), direct-debit (148), credit-card (147), cryptocurrency (18), paypal (9)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31)."New value: +"Region. Most common: europe (462), north-america (86), mena (63), southeast-asia (53), latin-america (31)."
      • changedInput schema / properties / registration / items / enum
        Previous value: -[
        -  "ao",
        -  "ar",
        -  "au",
        -  "at",
        -  "be",
        -  "bo",
        -  "bg",
        -  "br",
        -  "ca",
        -  "co",
        -  "hr",
        -  "cy",
        -  "cz",
        -  "dk",
        -  "ee",
        -  "fi",
        -  "fr",
        -  "de",
        -  "gr",
        -  "hu",
        -  "in",
        -  "id",
        -  "ie",
        -  "il",
        -  "it",
        -  "ke",
        -  "lv",
        -  "lt",
        -  "lu",
        -  "my",
        -  "mt",
        -  "mu",
        -  "mx",
        -  "md",
        -  "nl",
        -  "nz",
        -  "ng",
        -  "no",
        -  "pe",
        -  "pl",
        -  "pt",
        -  "ro",
        -  "th",
        -  "tr",
        -  "sa",
        -  "sg",
        -  "sk",
        -  "es",
        -  "za",
        -  "se",
        -  "ch",
        -  "ae",
        -  "gb",
        -  "us"
        -]New value: +[
        +  "ao",
        +  "ar",
        +  "au",
        +  "at",
        +  "be",
        +  "bo",
        +  "bg",
        +  "br",
        +  "ca",
        +  "co",
        +  "hr",
        +  "cy",
        +  "cz",
        +  "dk",
        +  "ee",
        +  "fi",
        +  "fr",
        +  "de",
        +  "gr",
        +  "gn",
        +  "hu",
        +  "in",
        +  "id",
        +  "ie",
        +  "il",
        +  "it",
        +  "ke",
        +  "lv",
        +  "lt",
        +  "lu",
        +  "my",
        +  "mt",
        +  "mu",
        +  "mx",
        +  "md",
        +  "nl",
        +  "nz",
        +  "ng",
        +  "no",
        +  "pe",
        +  "pl",
        +  "pt",
        +  "ro",
        +  "th",
        +  "tr",
        +  "sa",
        +  "sg",
        +  "sk",
        +  "es",
        +  "za",
        +  "se",
        +  "ch",
        +  "ae",
        +  "gb",
        +  "us"
        +]
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. Most common: yes (549), regulated-no (153)."New value: +"Regulated. Most common: yes (548), regulated-no (153)."
      • changedInput schema / properties / return / description
        Previous value: -"Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28)."New value: +"Advertised return. Most common: 10-15 (202), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. Most common: secondary-no (586), yes (116)."New value: +"Secondary market. Most common: secondary-no (585), yes (116)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16)."New value: +"Investment type. Most common: equity (287), p2p-lending (273), debt (249), tokenized (35), mini-bonds (16)."
      • changedInput schema / properties / years / description
        Previous value: -"Years on market. Most common: 3 (571), 2 (76), 1 (41), 0 (3)."New value: +"Years on market. Most common: 3 (570), 2 (75), 1 (42), 0 (3)."
  3. 4 tool updates
    • Changedget_industry_news1 field changed
      • addedInput schema / properties / category / enum
        Added value: +[
        +  "fundraiser-tips",
        +  "investor-insights",
        +  "market-data",
        +  "platform-update",
        +  "regulation",
        +  "success-story",
        +  "tools-tech",
        +  "trends",
        +  "campaign-news"
        +]
    • Changedget_market_overview7 fields changed
      • changedInput schema / additionalProperties
        Previous value: -trueNew value: +false
      • addedInput schema / properties / country
        Added value: +{
        +  "description": "Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).",
        +  "items": {
        +    "enum": [
        +      "ad",
        +      "ao",
        +      "al",
        +      "ar",
        +      "au",
        +      "at",
        +      "be",
        +      "bo",
        +      "ba",
        +      "bg",
        +      "br",
        +      "ca",
        +      "co",
        +      "hr",
        +      "cy",
        +      "cz",
        +      "dk",
        +      "ee",
        +      "fi",
        +      "fr",
        +      "de",
        +      "gr",
        +      "hu",
        +      "is",
        +      "in",
        +      "id",
        +      "ie",
        +      "il",
        +      "it",
        +      "ke",
        +      "lv",
        +      "li",
        +      "lt",
        +      "lu",
        +      "mk",
        +      "my",
        +      "mt",
        +      "mu",
        +      "mx",
        +      "md",
        +      "mc",
        +      "nl",
        +      "nz",
        +      "ng",
        +      "no",
        +      "pa",
        +      "pe",
        +      "pl",
        +      "pt",
        +      "ro",
        +      "th",
        +      "tr",
        +      "sa",
        +      "rs",
        +      "sg",
        +      "sk",
        +      "si",
        +      "es",
        +      "za",
        +      "se",
        +      "ch",
        +      "ae",
        +      "gb",
        +      "ua",
        +      "us"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / industry
        Added value: +{
        +  "description": "Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65).",
        +  "items": {
        +    "enum": [
        +      "real-estate",
        +      "startups",
        +      "sme",
        +      "sustainability",
        +      "litigation",
        +      "green-energy",
        +      "health-science",
        +      "logistics",
        +      "personal-loans",
        +      "corporate-bonds",
        +      "art",
        +      "mortgages",
        +      "social-cause",
        +      "education",
        +      "farming",
        +      "sport",
        +      "maritime"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / lang
        Added value: +{
        +  "description": "Language of the returned titles and profile URLs.",
        +  "enum": [
        +    "en",
        +    "de",
        +    "fr"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / listing
        Added value: +{
        +  "default": "investment",
        +  "description": "investment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.",
        +  "enum": [
        +    "investment",
        +    "fundraising"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / region
        Added value: +{
        +  "description": "Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31).",
        +  "items": {
        +    "enum": [
        +      "europe",
        +      "north-america",
        +      "latin-america",
        +      "africa",
        +      "mena",
        +      "southeast-asia",
        +      "south-asia",
        +      "oceania"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16).",
        +  "items": {
        +    "enum": [
        +      "equity",
        +      "debt",
        +      "p2p-lending",
        +      "reward",
        +      "tokenized",
        +      "donation",
        +      "buy-to-let",
        +      "mini-bonds"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
    • Changedget_regulatory_map3 fields changed
      • changedInput schema / additionalProperties
        Previous value: -trueNew value: +false
      • addedInput schema / properties / country
        Added value: +{
        +  "description": "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.",
        +  "enum": [
        +    "ad",
        +    "ao",
        +    "al",
        +    "ar",
        +    "au",
        +    "at",
        +    "be",
        +    "bo",
        +    "ba",
        +    "bg",
        +    "br",
        +    "ca",
        +    "co",
        +    "hr",
        +    "cy",
        +    "cz",
        +    "dk",
        +    "ee",
        +    "fi",
        +    "fr",
        +    "de",
        +    "gr",
        +    "hu",
        +    "is",
        +    "in",
        +    "id",
        +    "ie",
        +    "il",
        +    "it",
        +    "ke",
        +    "lv",
        +    "li",
        +    "lt",
        +    "lu",
        +    "mk",
        +    "my",
        +    "mt",
        +    "mu",
        +    "mx",
        +    "md",
        +    "mc",
        +    "nl",
        +    "nz",
        +    "ng",
        +    "no",
        +    "pa",
        +    "pe",
        +    "pl",
        +    "pt",
        +    "ro",
        +    "th",
        +    "tr",
        +    "sa",
        +    "rs",
        +    "sg",
        +    "sk",
        +    "si",
        +    "es",
        +    "za",
        +    "se",
        +    "ch",
        +    "ae",
        +    "gb",
        +    "ua",
        +    "us"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / lang
        Added value: +{
        +  "description": "Language of the names returned.",
        +  "enum": [
        +    "en",
        +    "de",
        +    "fr"
        +  ],
        +  "type": "string"
        +}
    • Changedsearch_platforms24 fields changed
      • changedInput schema / additionalProperties
        Previous value: -trueNew value: +false
      • addedInput schema / properties / autoinvest
        Added value: +{
        +  "description": "Auto-invest. Most common: autoinvest-no (643), yes (59).",
        +  "enum": [
        +    "yes",
        +    "autoinvest-no"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / bonus
        Added value: +{
        +  "description": "Has a bonus. Most common: bonus-no (679), yes (23).",
        +  "enum": [
        +    "yes",
        +    "bonus-no"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / buyback
        Added value: +{
        +  "description": "Buyback guarantee. Most common: buyback-no (682), yes (20).",
        +  "enum": [
        +    "yes",
        +    "buyback-no"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / country
        Added value: +{
        +  "description": "Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).",
        +  "items": {
        +    "enum": [
        +      "ad",
        +      "ao",
        +      "al",
        +      "ar",
        +      "au",
        +      "at",
        +      "be",
        +      "bo",
        +      "ba",
        +      "bg",
        +      "br",
        +      "ca",
        +      "co",
        +      "hr",
        +      "cy",
        +      "cz",
        +      "dk",
        +      "ee",
        +      "fi",
        +      "fr",
        +      "de",
        +      "gr",
        +      "hu",
        +      "is",
        +      "in",
        +      "id",
        +      "ie",
        +      "il",
        +      "it",
        +      "ke",
        +      "lv",
        +      "li",
        +      "lt",
        +      "lu",
        +      "mk",
        +      "my",
        +      "mt",
        +      "mu",
        +      "mx",
        +      "md",
        +      "mc",
        +      "nl",
        +      "nz",
        +      "ng",
        +      "no",
        +      "pa",
        +      "pe",
        +      "pl",
        +      "pt",
        +      "ro",
        +      "th",
        +      "tr",
        +      "sa",
        +      "rs",
        +      "sg",
        +      "sk",
        +      "si",
        +      "es",
        +      "za",
        +      "se",
        +      "ch",
        +      "ae",
        +      "gb",
        +      "ua",
        +      "us"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / currency
        Added value: +{
        +  "description": "Currency. Most common: eur (376), usd (120), gbp (44), mxn (22), brl (16).",
        +  "items": {
        +    "enum": [
        +      "aed",
        +      "ars",
        +      "aud",
        +      "bob",
        +      "brl",
        +      "cad",
        +      "cop",
        +      "czk",
        +      "dkk",
        +      "eur",
        +      "gbp",
        +      "idr",
        +      "ils",
        +      "inr",
        +      "kes",
        +      "mur",
        +      "mxn",
        +      "myr",
        +      "ngn",
        +      "nzd",
        +      "pes",
        +      "pln",
        +      "ron",
        +      "sek",
        +      "sgd",
        +      "thb",
        +      "try",
        +      "usd",
        +      "usdt",
        +      "zar"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / duration
        Added value: +{
        +  "description": "Average loan duration. Most common: gt18 (78), 12-18 (36), 6-12 (19), lt6 (8).",
        +  "items": {
        +    "enum": [
        +      "lt6",
        +      "6-12",
        +      "12-18",
        +      "gt18"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / headquarter
        Added value: +{
        +  "description": "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).",
        +  "items": {
        +    "enum": [
        +      "ao",
        +      "ar",
        +      "au",
        +      "at",
        +      "be",
        +      "bo",
        +      "bg",
        +      "br",
        +      "ca",
        +      "co",
        +      "hr",
        +      "cy",
        +      "cz",
        +      "dk",
        +      "ee",
        +      "fi",
        +      "fr",
        +      "de",
        +      "gr",
        +      "hu",
        +      "in",
        +      "id",
        +      "ie",
        +      "il",
        +      "it",
        +      "ke",
        +      "lv",
        +      "lt",
        +      "lu",
        +      "my",
        +      "mt",
        +      "mu",
        +      "mx",
        +      "md",
        +      "nl",
        +      "nz",
        +      "ng",
        +      "no",
        +      "pe",
        +      "pl",
        +      "pt",
        +      "ro",
        +      "th",
        +      "tr",
        +      "sa",
        +      "sg",
        +      "sk",
        +      "es",
        +      "za",
        +      "se",
        +      "ch",
        +      "ae",
        +      "gb",
        +      "us"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / industry
        Added value: +{
        +  "description": "Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65).",
        +  "items": {
        +    "enum": [
        +      "real-estate",
        +      "startups",
        +      "sme",
        +      "sustainability",
        +      "litigation",
        +      "green-energy",
        +      "health-science",
        +      "logistics",
        +      "personal-loans",
        +      "corporate-bonds",
        +      "art",
        +      "mortgages",
        +      "social-cause",
        +      "education",
        +      "farming",
        +      "sport",
        +      "maritime"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / lang
        Added value: +{
        +  "description": "Language of the returned titles and profile URLs.",
        +  "enum": [
        +    "en",
        +    "de",
        +    "fr"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / listing
        Added value: +{
        +  "default": "investment",
        +  "description": "investment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.",
        +  "enum": [
        +    "investment",
        +    "fundraising"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / min_investment
        Added value: +{
        +  "description": "Minimum investment. Most common: 100-500 (204), 10-100 (176), 1000-5000 (101), lt10 (71), 500-1000 (68).",
        +  "items": {
        +    "enum": [
        +      "lt10",
        +      "10-100",
        +      "100-500",
        +      "500-1000",
        +      "1000-5000",
        +      "gt5000"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Page number, 1-based.",
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • addedInput schema / properties / payment
        Added value: +{
        +  "description": "Payment options. Most common: bank-transfer (349), direct-debit (149), credit-card (147), cryptocurrency (18), paypal (9).",
        +  "items": {
        +    "enum": [
        +      "bank-transfer",
        +      "credit-card",
        +      "cryptocurrency",
        +      "direct-debit",
        +      "paypal",
        +      "paysera"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / per_page
        Added value: +{
        +  "description": "Results per call, 1-25. Default 20. Narrow the filters rather than asking for more — a wide page spends context on rows nobody reads.",
        +  "maximum": 25,
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • addedInput schema / properties / region
        Added value: +{
        +  "description": "Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31).",
        +  "items": {
        +    "enum": [
        +      "europe",
        +      "north-america",
        +      "latin-america",
        +      "africa",
        +      "mena",
        +      "southeast-asia",
        +      "south-asia",
        +      "oceania"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / registration
        Added value: +{
        +  "description": "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).",
        +  "items": {
        +    "enum": [
        +      "ao",
        +      "ar",
        +      "au",
        +      "at",
        +      "be",
        +      "bo",
        +      "bg",
        +      "br",
        +      "ca",
        +      "co",
        +      "hr",
        +      "cy",
        +      "cz",
        +      "dk",
        +      "ee",
        +      "fi",
        +      "fr",
        +      "de",
        +      "gr",
        +      "hu",
        +      "in",
        +      "id",
        +      "ie",
        +      "il",
        +      "it",
        +      "ke",
        +      "lv",
        +      "lt",
        +      "lu",
        +      "my",
        +      "mt",
        +      "mu",
        +      "mx",
        +      "md",
        +      "nl",
        +      "nz",
        +      "ng",
        +      "no",
        +      "pe",
        +      "pl",
        +      "pt",
        +      "ro",
        +      "th",
        +      "tr",
        +      "sa",
        +      "sg",
        +      "sk",
        +      "es",
        +      "za",
        +      "se",
        +      "ch",
        +      "ae",
        +      "gb",
        +      "us"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / regulated
        Added value: +{
        +  "description": "Regulated. Most common: yes (549), regulated-no (153).",
        +  "enum": [
        +    "yes",
        +    "regulated-no"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / regulator
        Added value: +{
        +  "description": "Regulated by. The authority's own abbreviation, lowercase — fca, bafin, cnmv, amf. Most common: amf (53), sec (44), fca (43), finra (37), consob (32).",
        +  "items": {
        +    "enum": [
        +      "asf",
        +      "nbs",
        +      "mas",
        +      "sama",
        +      "cma",
        +      "cmb",
        +      "sec-thailand",
        +      "cnmv",
        +      "cmvm",
        +      "knf",
        +      "smv",
        +      "finanstilsynet",
        +      "fma-nz",
        +      "cnpf",
        +      "cnbv",
        +      "fca",
        +      "dfsa-uae",
        +      "sro-polyreg",
        +      "sro-vqf",
        +      "afm",
        +      "ihk",
        +      "orias",
        +      "finra",
        +      "sec",
        +      "fsc-mu",
        +      "adgm",
        +      "sca",
        +      "finma",
        +      "fi",
        +      "ncr",
        +      "fsca",
        +      "csa",
        +      "amf",
        +      "fin-fsa",
        +      "fsa",
        +      "dfsa",
        +      "cnb",
        +      "cysec",
        +      "sfc",
        +      "bafin",
        +      "bcb",
        +      "cvm",
        +      "fsc",
        +      "fsma",
        +      "fma",
        +      "asic",
        +      "bcra",
        +      "consob",
        +      "sc-malaysia",
        +      "mfsa",
        +      "cssf",
        +      "bank-of-lithuania",
        +      "latvijas-banka",
        +      "cbk",
        +      "cma-kenya",
        +      "cnv",
        +      "isa",
        +      "ojk",
        +      "rbi",
        +      "sebi",
        +      "central-bank-of-ireland",
        +      "hcmc"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / return
        Added value: +{
        +  "description": "Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28).",
        +  "items": {
        +    "enum": [
        +      "lt5",
        +      "5-10",
        +      "10-15",
        +      "15-20",
        +      "gt20"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / secondary
        Added value: +{
        +  "description": "Secondary market. Most common: secondary-no (586), yes (116).",
        +  "enum": [
        +    "yes",
        +    "secondary-no"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / sort
        Added value: +{
        +  "description": "Ordering. Default recommended — the site's own editorial order.",
        +  "enum": [
        +    "recommended",
        +    "newest",
        +    "oldest",
        +    "min-investment-asc",
        +    "min-investment-desc",
        +    "return-desc",
        +    "return-asc",
        +    "duration-asc",
        +    "duration-desc",
        +    "years-desc",
        +    "popular",
        +    "investors-desc",
        +    "funding-desc",
        +    "name-asc",
        +    "name-desc"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16).",
        +  "items": {
        +    "enum": [
        +      "equity",
        +      "debt",
        +      "p2p-lending",
        +      "reward",
        +      "tokenized",
        +      "donation",
        +      "buy-to-let",
        +      "mini-bonds"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / years
        Added value: +{
        +  "description": "Years on market. Most common: 3 (571), 2 (76), 1 (41), 0 (3).",
        +  "items": {
        +    "enum": [
        +      "0",
        +      "1",
        +      "2",
        +      "3"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
  4. 4 tool updates
    • Changedget_industry_news1 field changed
      • removedInput schema / properties / category / enum
        Removed value: -[
        -  "fundraiser-tips",
        -  "investor-insights",
        -  "market-data",
        -  "platform-update",
        -  "regulation",
        -  "success-story",
        -  "tools-tech",
        -  "trends",
        -  "campaign-news"
        -]
    • Changedget_market_overview7 fields changed
      • changedInput schema / additionalProperties
        Previous value: -falseNew value: +true
      • removedInput schema / properties / country
        Removed value: -{
        -  "description": "Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).",
        -  "items": {
        -    "enum": [
        -      "ad",
        -      "ao",
        -      "al",
        -      "ar",
        -      "au",
        -      "at",
        -      "be",
        -      "bo",
        -      "ba",
        -      "bg",
        -      "br",
        -      "ca",
        -      "co",
        -      "hr",
        -      "cy",
        -      "cz",
        -      "dk",
        -      "ee",
        -      "fi",
        -      "fr",
        -      "de",
        -      "gr",
        -      "hu",
        -      "is",
        -      "in",
        -      "id",
        -      "ie",
        -      "il",
        -      "it",
        -      "ke",
        -      "lv",
        -      "li",
        -      "lt",
        -      "lu",
        -      "mk",
        -      "my",
        -      "mt",
        -      "mu",
        -      "mx",
        -      "md",
        -      "mc",
        -      "nl",
        -      "nz",
        -      "ng",
        -      "no",
        -      "pa",
        -      "pe",
        -      "pl",
        -      "pt",
        -      "ro",
        -      "th",
        -      "tr",
        -      "sa",
        -      "rs",
        -      "sg",
        -      "sk",
        -      "si",
        -      "es",
        -      "za",
        -      "se",
        -      "ch",
        -      "ae",
        -      "gb",
        -      "ua",
        -      "us"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / industry
        Removed value: -{
        -  "description": "Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65).",
        -  "items": {
        -    "enum": [
        -      "real-estate",
        -      "startups",
        -      "sme",
        -      "sustainability",
        -      "litigation",
        -      "green-energy",
        -      "health-science",
        -      "logistics",
        -      "personal-loans",
        -      "corporate-bonds",
        -      "art",
        -      "mortgages",
        -      "social-cause",
        -      "education",
        -      "farming",
        -      "sport",
        -      "maritime"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / lang
        Removed value: -{
        -  "description": "Language of the returned titles and profile URLs.",
        -  "enum": [
        -    "en",
        -    "de",
        -    "fr"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / listing
        Removed value: -{
        -  "default": "investment",
        -  "description": "investment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.",
        -  "enum": [
        -    "investment",
        -    "fundraising"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / region
        Removed value: -{
        -  "description": "Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31).",
        -  "items": {
        -    "enum": [
        -      "europe",
        -      "north-america",
        -      "latin-america",
        -      "africa",
        -      "mena",
        -      "southeast-asia",
        -      "south-asia",
        -      "oceania"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / type
        Removed value: -{
        -  "description": "Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16).",
        -  "items": {
        -    "enum": [
        -      "equity",
        -      "debt",
        -      "p2p-lending",
        -      "reward",
        -      "tokenized",
        -      "donation",
        -      "buy-to-let",
        -      "mini-bonds"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
    • Changedget_regulatory_map3 fields changed
      • changedInput schema / additionalProperties
        Previous value: -falseNew value: +true
      • removedInput schema / properties / country
        Removed value: -{
        -  "description": "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.",
        -  "enum": [
        -    "ad",
        -    "ao",
        -    "al",
        -    "ar",
        -    "au",
        -    "at",
        -    "be",
        -    "bo",
        -    "ba",
        -    "bg",
        -    "br",
        -    "ca",
        -    "co",
        -    "hr",
        -    "cy",
        -    "cz",
        -    "dk",
        -    "ee",
        -    "fi",
        -    "fr",
        -    "de",
        -    "gr",
        -    "hu",
        -    "is",
        -    "in",
        -    "id",
        -    "ie",
        -    "il",
        -    "it",
        -    "ke",
        -    "lv",
        -    "li",
        -    "lt",
        -    "lu",
        -    "mk",
        -    "my",
        -    "mt",
        -    "mu",
        -    "mx",
        -    "md",
        -    "mc",
        -    "nl",
        -    "nz",
        -    "ng",
        -    "no",
        -    "pa",
        -    "pe",
        -    "pl",
        -    "pt",
        -    "ro",
        -    "th",
        -    "tr",
        -    "sa",
        -    "rs",
        -    "sg",
        -    "sk",
        -    "si",
        -    "es",
        -    "za",
        -    "se",
        -    "ch",
        -    "ae",
        -    "gb",
        -    "ua",
        -    "us"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / lang
        Removed value: -{
        -  "description": "Language of the names returned.",
        -  "enum": [
        -    "en",
        -    "de",
        -    "fr"
        -  ],
        -  "type": "string"
        -}
    • Changedsearch_platforms24 fields changed
      • changedInput schema / additionalProperties
        Previous value: -falseNew value: +true
      • removedInput schema / properties / autoinvest
        Removed value: -{
        -  "description": "Auto-invest. Most common: autoinvest-no (643), yes (59).",
        -  "enum": [
        -    "yes",
        -    "autoinvest-no"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / bonus
        Removed value: -{
        -  "description": "Has a bonus. Most common: bonus-no (679), yes (23).",
        -  "enum": [
        -    "yes",
        -    "bonus-no"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / buyback
        Removed value: -{
        -  "description": "Buyback guarantee. Most common: buyback-no (682), yes (20).",
        -  "enum": [
        -    "yes",
        -    "buyback-no"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / country
        Removed value: -{
        -  "description": "Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84).",
        -  "items": {
        -    "enum": [
        -      "ad",
        -      "ao",
        -      "al",
        -      "ar",
        -      "au",
        -      "at",
        -      "be",
        -      "bo",
        -      "ba",
        -      "bg",
        -      "br",
        -      "ca",
        -      "co",
        -      "hr",
        -      "cy",
        -      "cz",
        -      "dk",
        -      "ee",
        -      "fi",
        -      "fr",
        -      "de",
        -      "gr",
        -      "hu",
        -      "is",
        -      "in",
        -      "id",
        -      "ie",
        -      "il",
        -      "it",
        -      "ke",
        -      "lv",
        -      "li",
        -      "lt",
        -      "lu",
        -      "mk",
        -      "my",
        -      "mt",
        -      "mu",
        -      "mx",
        -      "md",
        -      "mc",
        -      "nl",
        -      "nz",
        -      "ng",
        -      "no",
        -      "pa",
        -      "pe",
        -      "pl",
        -      "pt",
        -      "ro",
        -      "th",
        -      "tr",
        -      "sa",
        -      "rs",
        -      "sg",
        -      "sk",
        -      "si",
        -      "es",
        -      "za",
        -      "se",
        -      "ch",
        -      "ae",
        -      "gb",
        -      "ua",
        -      "us"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / currency
        Removed value: -{
        -  "description": "Currency. Most common: eur (376), usd (120), gbp (44), mxn (22), brl (16).",
        -  "items": {
        -    "enum": [
        -      "aed",
        -      "ars",
        -      "aud",
        -      "bob",
        -      "brl",
        -      "cad",
        -      "cop",
        -      "czk",
        -      "dkk",
        -      "eur",
        -      "gbp",
        -      "idr",
        -      "ils",
        -      "inr",
        -      "kes",
        -      "mur",
        -      "mxn",
        -      "myr",
        -      "ngn",
        -      "nzd",
        -      "pes",
        -      "pln",
        -      "ron",
        -      "sek",
        -      "sgd",
        -      "thb",
        -      "try",
        -      "usd",
        -      "usdt",
        -      "zar"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / duration
        Removed value: -{
        -  "description": "Average loan duration. Most common: gt18 (78), 12-18 (36), 6-12 (19), lt6 (8).",
        -  "items": {
        -    "enum": [
        -      "lt6",
        -      "6-12",
        -      "12-18",
        -      "gt18"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / headquarter
        Removed value: -{
        -  "description": "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).",
        -  "items": {
        -    "enum": [
        -      "ao",
        -      "ar",
        -      "au",
        -      "at",
        -      "be",
        -      "bo",
        -      "bg",
        -      "br",
        -      "ca",
        -      "co",
        -      "hr",
        -      "cy",
        -      "cz",
        -      "dk",
        -      "ee",
        -      "fi",
        -      "fr",
        -      "de",
        -      "gr",
        -      "hu",
        -      "in",
        -      "id",
        -      "ie",
        -      "il",
        -      "it",
        -      "ke",
        -      "lv",
        -      "lt",
        -      "lu",
        -      "my",
        -      "mt",
        -      "mu",
        -      "mx",
        -      "md",
        -      "nl",
        -      "nz",
        -      "ng",
        -      "no",
        -      "pe",
        -      "pl",
        -      "pt",
        -      "ro",
        -      "th",
        -      "tr",
        -      "sa",
        -      "sg",
        -      "sk",
        -      "es",
        -      "za",
        -      "se",
        -      "ch",
        -      "ae",
        -      "gb",
        -      "us"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / industry
        Removed value: -{
        -  "description": "Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65).",
        -  "items": {
        -    "enum": [
        -      "real-estate",
        -      "startups",
        -      "sme",
        -      "sustainability",
        -      "litigation",
        -      "green-energy",
        -      "health-science",
        -      "logistics",
        -      "personal-loans",
        -      "corporate-bonds",
        -      "art",
        -      "mortgages",
        -      "social-cause",
        -      "education",
        -      "farming",
        -      "sport",
        -      "maritime"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / lang
        Removed value: -{
        -  "description": "Language of the returned titles and profile URLs.",
        -  "enum": [
        -    "en",
        -    "de",
        -    "fr"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / listing
        Removed value: -{
        -  "default": "investment",
        -  "description": "investment (default) — platforms you invest through; fundraising — donation and reward platforms. The two have different filters.",
        -  "enum": [
        -    "investment",
        -    "fundraising"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / min_investment
        Removed value: -{
        -  "description": "Minimum investment. Most common: 100-500 (204), 10-100 (176), 1000-5000 (101), lt10 (71), 500-1000 (68).",
        -  "items": {
        -    "enum": [
        -      "lt10",
        -      "10-100",
        -      "100-500",
        -      "500-1000",
        -      "1000-5000",
        -      "gt5000"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / page
        Removed value: -{
        -  "description": "Page number, 1-based.",
        -  "minimum": 1,
        -  "type": "integer"
        -}
      • removedInput schema / properties / payment
        Removed value: -{
        -  "description": "Payment options. Most common: bank-transfer (349), direct-debit (149), credit-card (147), cryptocurrency (18), paypal (9).",
        -  "items": {
        -    "enum": [
        -      "bank-transfer",
        -      "credit-card",
        -      "cryptocurrency",
        -      "direct-debit",
        -      "paypal",
        -      "paysera"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / per_page
        Removed value: -{
        -  "description": "Results per call, 1-25. Default 20. Narrow the filters rather than asking for more — a wide page spends context on rows nobody reads.",
        -  "maximum": 25,
        -  "minimum": 1,
        -  "type": "integer"
        -}
      • removedInput schema / properties / region
        Removed value: -{
        -  "description": "Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31).",
        -  "items": {
        -    "enum": [
        -      "europe",
        -      "north-america",
        -      "latin-america",
        -      "africa",
        -      "mena",
        -      "southeast-asia",
        -      "south-asia",
        -      "oceania"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / registration
        Removed value: -{
        -  "description": "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).",
        -  "items": {
        -    "enum": [
        -      "ao",
        -      "ar",
        -      "au",
        -      "at",
        -      "be",
        -      "bo",
        -      "bg",
        -      "br",
        -      "ca",
        -      "co",
        -      "hr",
        -      "cy",
        -      "cz",
        -      "dk",
        -      "ee",
        -      "fi",
        -      "fr",
        -      "de",
        -      "gr",
        -      "hu",
        -      "in",
        -      "id",
        -      "ie",
        -      "il",
        -      "it",
        -      "ke",
        -      "lv",
        -      "lt",
        -      "lu",
        -      "my",
        -      "mt",
        -      "mu",
        -      "mx",
        -      "md",
        -      "nl",
        -      "nz",
        -      "ng",
        -      "no",
        -      "pe",
        -      "pl",
        -      "pt",
        -      "ro",
        -      "th",
        -      "tr",
        -      "sa",
        -      "sg",
        -      "sk",
        -      "es",
        -      "za",
        -      "se",
        -      "ch",
        -      "ae",
        -      "gb",
        -      "us"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / regulated
        Removed value: -{
        -  "description": "Regulated. Most common: yes (549), regulated-no (153).",
        -  "enum": [
        -    "yes",
        -    "regulated-no"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / regulator
        Removed value: -{
        -  "description": "Regulated by. The authority's own abbreviation, lowercase — fca, bafin, cnmv, amf. Most common: amf (53), sec (44), fca (43), finra (37), consob (32).",
        -  "items": {
        -    "enum": [
        -      "asf",
        -      "nbs",
        -      "mas",
        -      "sama",
        -      "cma",
        -      "cmb",
        -      "sec-thailand",
        -      "cnmv",
        -      "cmvm",
        -      "knf",
        -      "smv",
        -      "finanstilsynet",
        -      "fma-nz",
        -      "cnpf",
        -      "cnbv",
        -      "fca",
        -      "dfsa-uae",
        -      "sro-polyreg",
        -      "sro-vqf",
        -      "afm",
        -      "ihk",
        -      "orias",
        -      "finra",
        -      "sec",
        -      "fsc-mu",
        -      "adgm",
        -      "sca",
        -      "finma",
        -      "fi",
        -      "ncr",
        -      "fsca",
        -      "csa",
        -      "amf",
        -      "fin-fsa",
        -      "fsa",
        -      "dfsa",
        -      "cnb",
        -      "cysec",
        -      "sfc",
        -      "bafin",
        -      "bcb",
        -      "cvm",
        -      "fsc",
        -      "fsma",
        -      "fma",
        -      "asic",
        -      "bcra",
        -      "consob",
        -      "sc-malaysia",
        -      "mfsa",
        -      "cssf",
        -      "bank-of-lithuania",
        -      "latvijas-banka",
        -      "cbk",
        -      "cma-kenya",
        -      "cnv",
        -      "isa",
        -      "ojk",
        -      "rbi",
        -      "sebi",
        -      "central-bank-of-ireland",
        -      "hcmc"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / return
        Removed value: -{
        -  "description": "Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28).",
        -  "items": {
        -    "enum": [
        -      "lt5",
        -      "5-10",
        -      "10-15",
        -      "15-20",
        -      "gt20"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / secondary
        Removed value: -{
        -  "description": "Secondary market. Most common: secondary-no (586), yes (116).",
        -  "enum": [
        -    "yes",
        -    "secondary-no"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / sort
        Removed value: -{
        -  "description": "Ordering. Default recommended — the site's own editorial order.",
        -  "enum": [
        -    "recommended",
        -    "newest",
        -    "oldest",
        -    "min-investment-asc",
        -    "min-investment-desc",
        -    "return-desc",
        -    "return-asc",
        -    "duration-asc",
        -    "duration-desc",
        -    "years-desc",
        -    "popular",
        -    "investors-desc",
        -    "funding-desc",
        -    "name-asc",
        -    "name-desc"
        -  ],
        -  "type": "string"
        -}
      • removedInput schema / properties / type
        Removed value: -{
        -  "description": "Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16).",
        -  "items": {
        -    "enum": [
        -      "equity",
        -      "debt",
        -      "p2p-lending",
        -      "reward",
        -      "tokenized",
        -      "donation",
        -      "buy-to-let",
        -      "mini-bonds"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / years
        Removed value: -{
        -  "description": "Years on market. Most common: 3 (571), 2 (76), 1 (41), 0 (3).",
        -  "items": {
        -    "enum": [
        -      "0",
        -      "1",
        -      "2",
        -      "3"
        -    ],
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
  5. 1 tool update
    • Changedsearch_platforms1 field changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. Most common: autoinvest-no (644), yes (58)."New value: +"Auto-invest. Most common: autoinvest-no (643), yes (59)."
  6. 2 tool updates
    • Changedget_market_overview3 fields changed
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: sme (323), real-estate (295), startups (150), green-energy (80), personal-loans (65)."New value: +"Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (461), north-america (87), mena (63), southeast-asia (53), latin-america (31)."New value: +"Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (287), p2p-lending (272), debt (249), tokenized (35), mini-bonds (16)."New value: +"Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16)."
    • Changedsearch_platforms14 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. Most common: autoinvest-no (643), yes (58)."New value: +"Auto-invest. Most common: autoinvest-no (644), yes (58)."
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. Most common: bonus-no (678), yes (23)."New value: +"Has a bonus. Most common: bonus-no (679), yes (23)."
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. Most common: buyback-no (681), yes (20)."New value: +"Buyback guarantee. Most common: buyback-no (682), yes (20)."
      • changedInput schema / properties / currency / description
        Previous value: -"Currency. Most common: eur (376), usd (119), gbp (44), mxn (22), brl (16)."New value: +"Currency. Most common: eur (376), usd (120), gbp (44), mxn (22), brl (16)."
      • changedInput schema / properties / headquarter / description
        Previous value: -"Country of headquarters. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: fr (63), gb (63), us (47), es (40), de (39)."New value: +"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)."
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: sme (323), real-estate (295), startups (150), green-energy (80), personal-loans (65)."New value: +"Industry. Most common: sme (324), real-estate (295), startups (151), green-energy (81), personal-loans (65)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (348), direct-debit (148), credit-card (146), cryptocurrency (18), paypal (9)."New value: +"Payment options. Most common: bank-transfer (349), direct-debit (149), credit-card (147), cryptocurrency (18), paypal (9)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (461), north-america (87), mena (63), southeast-asia (53), latin-america (31)."New value: +"Region. Most common: europe (462), north-america (87), mena (63), southeast-asia (53), latin-america (31)."
      • changedInput schema / properties / registration / description
        Previous value: -"Country of registration. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: fr (62), gb (62), us (46), de (39), es (38)."New value: +"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)."
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. Most common: yes (549), regulated-no (152)."New value: +"Regulated. Most common: yes (549), regulated-no (153)."
      • changedInput schema / properties / return / description
        Previous value: -"Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (36), gt20 (28)."New value: +"Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (37), gt20 (28)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. Most common: secondary-no (585), yes (116)."New value: +"Secondary market. Most common: secondary-no (586), yes (116)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (287), p2p-lending (272), debt (249), tokenized (35), mini-bonds (16)."New value: +"Investment type. Most common: equity (288), p2p-lending (272), debt (250), tokenized (35), mini-bonds (16)."
      • changedInput schema / properties / years / description
        Previous value: -"Years on market. Most common: 3 (570), 2 (76), 1 (41), 0 (3)."New value: +"Years on market. Most common: 3 (571), 2 (76), 1 (41), 0 (3)."
  7. 3 tool updates
    • Changedget_market_overview4 fields changed
      • changedInput schema / properties / country / description
        Previous value: -"Country of operation. Most common: ad (8), ao (1), al (7), ar (5), au (12)."New value: +"Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84)."
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (295), startups (150), sme (323), sustainability (60), litigation (3)."New value: +"Industry. Most common: sme (323), real-estate (295), startups (150), green-energy (80), personal-loans (65)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (461), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (461), north-america (87), mena (63), southeast-asia (53), latin-america (31)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (287), debt (249), p2p-lending (272), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (287), p2p-lending (272), debt (249), tokenized (35), mini-bonds (16)."
    • Changedget_regulatory_map1 field changed
      • changedInput schema / properties / country / description
        Previous value: -"Country slug, matched on country of registration. Omit for every country at once."New value: +"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."
    • Changedsearch_platforms18 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. 3 values; most common: yes (58), autoinvest-no (643)."New value: +"Auto-invest. Most common: autoinvest-no (643), yes (58)."
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. 3 values; most common: yes (23), bonus-no (678)."New value: +"Has a bonus. Most common: bonus-no (678), yes (23)."
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. 3 values; most common: yes (20), buyback-no (681)."New value: +"Buyback guarantee. Most common: buyback-no (681), yes (20)."
      • changedInput schema / properties / country / description
        Previous value: -"Country of operation. Most common: ad (8), ao (1), al (7), ar (5), au (12)."New value: +"Country of operation. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom, es for Spain. Most common: fr (117), de (98), es (90), nl (88), it (84)."
      • changedInput schema / properties / currency / description
        Previous value: -"Currency. Most common: aed (3), ars (1), aud (10), bob (1), brl (16)."New value: +"Currency. Most common: eur (376), usd (119), gbp (44), mxn (22), brl (16)."
      • changedInput schema / properties / duration / description
        Previous value: -"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (36), gt18 (78)."New value: +"Average loan duration. Most common: gt18 (78), 12-18 (36), 6-12 (19), lt6 (8)."
      • changedInput schema / properties / headquarter / description
        Previous value: -"Country of headquarters. Most common: ao (1), ar (3), au (10), at (11), be (12)."New value: +"Country of headquarters. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: fr (63), gb (63), us (47), es (40), de (39)."
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (295), startups (150), sme (323), sustainability (60), litigation (3)."New value: +"Industry. Most common: sme (323), real-estate (295), startups (150), green-energy (80), personal-loans (65)."
      • changedInput schema / properties / min_investment / description
        Previous value: -"Minimum investment. Most common: lt10 (71), 10-100 (176), 100-500 (204), 500-1000 (68), 1000-5000 (101)."New value: +"Minimum investment. Most common: 100-500 (204), 10-100 (176), 1000-5000 (101), lt10 (71), 500-1000 (68)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (348), credit-card (146), cryptocurrency (18), direct-debit (148), paypal (9)."New value: +"Payment options. Most common: bank-transfer (348), direct-debit (148), credit-card (146), cryptocurrency (18), paypal (9)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (461), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (461), north-america (87), mena (63), southeast-asia (53), latin-america (31)."
      • changedInput schema / properties / registration / description
        Previous value: -"Country of registration. Most common: ao (1), ar (4), au (10), at (11), be (13)."New value: +"Country of registration. ISO 3166-1 alpha-2 codes, lowercase — de for Germany, gb for the United Kingdom. Most common: fr (62), gb (62), us (46), de (39), es (38)."
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. 3 values; most common: yes (549), regulated-no (152)."New value: +"Regulated. Most common: yes (549), regulated-no (152)."
      • changedInput schema / properties / regulator / description
        Previous value: -"Regulated by. Most common: asf (5), nbs (6), mas (9), sama (8), cma (12)."New value: +"Regulated by. The authority's own abbreviation, lowercase — fca, bafin, cnmv, amf. Most common: amf (53), sec (44), fca (43), finra (37), consob (32)."
      • changedInput schema / properties / return / description
        Previous value: -"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (203), 15-20 (65), gt20 (28)."New value: +"Advertised return. Most common: 10-15 (203), 5-10 (150), 15-20 (65), lt5 (36), gt20 (28)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. 3 values; most common: yes (116), secondary-no (585)."New value: +"Secondary market. Most common: secondary-no (585), yes (116)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (287), debt (249), p2p-lending (272), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (287), p2p-lending (272), debt (249), tokenized (35), mini-bonds (16)."
      • changedInput schema / properties / years / description
        Previous value: -"Years on market. Most common: 0 (3), 1 (41), 2 (76), 3 (570)."New value: +"Years on market. Most common: 3 (570), 2 (76), 1 (41), 0 (3)."
  8. 1 tool update
    • Changedsearch_platforms3 fields changed
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. 3 values; most common: yes (19), buyback-no (682)."New value: +"Buyback guarantee. 3 values; most common: yes (20), buyback-no (681)."
      • changedInput schema / properties / duration / description
        Previous value: -"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (36), gt18 (77)."New value: +"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (36), gt18 (78)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (348), credit-card (147), cryptocurrency (18), direct-debit (149), paypal (9)."New value: +"Payment options. Most common: bank-transfer (348), credit-card (146), cryptocurrency (18), direct-debit (148), paypal (9)."
  9. 2 tool updates
    • Changedget_market_overview3 fields changed
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (295), startups (151), sme (323), sustainability (60), litigation (3)."New value: +"Industry. Most common: real-estate (295), startups (150), sme (323), sustainability (60), litigation (3)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (462), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (461), north-america (87), latin-america (31), africa (13), mena (63)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), debt (249), p2p-lending (273), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (287), debt (249), p2p-lending (272), reward (12), tokenized (35)."
    • Changedsearch_platforms11 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. 3 values; most common: yes (58), autoinvest-no (644)."New value: +"Auto-invest. 3 values; most common: yes (58), autoinvest-no (643)."
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. 3 values; most common: yes (23), bonus-no (679)."New value: +"Has a bonus. 3 values; most common: yes (23), bonus-no (678)."
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. 3 values; most common: yes (19), buyback-no (683)."New value: +"Buyback guarantee. 3 values; most common: yes (19), buyback-no (682)."
      • changedInput schema / properties / duration / description
        Previous value: -"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (36), gt18 (78)."New value: +"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (36), gt18 (77)."
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (295), startups (151), sme (323), sustainability (60), litigation (3)."New value: +"Industry. Most common: real-estate (295), startups (150), sme (323), sustainability (60), litigation (3)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (349), credit-card (148), cryptocurrency (18), direct-debit (150), paypal (10)."New value: +"Payment options. Most common: bank-transfer (348), credit-card (147), cryptocurrency (18), direct-debit (149), paypal (9)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (462), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (461), north-america (87), latin-america (31), africa (13), mena (63)."
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. 3 values; most common: yes (549), regulated-no (153)."New value: +"Regulated. 3 values; most common: yes (549), regulated-no (152)."
      • changedInput schema / properties / return / description
        Previous value: -"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (203), 15-20 (65), gt20 (29)."New value: +"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (203), 15-20 (65), gt20 (28)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. 3 values; most common: yes (116), secondary-no (586)."New value: +"Secondary market. 3 values; most common: yes (116), secondary-no (585)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), debt (249), p2p-lending (273), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (287), debt (249), p2p-lending (272), reward (12), tokenized (35)."
  10. 2 tool updates
    • Changedget_market_overview3 fields changed
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (295), startups (151), sme (324), sustainability (60), litigation (3)."New value: +"Industry. Most common: real-estate (295), startups (151), sme (323), sustainability (60), litigation (3)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (463), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (462), north-america (87), latin-america (31), africa (13), mena (63)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), debt (249), p2p-lending (274), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (288), debt (249), p2p-lending (273), reward (12), tokenized (35)."
    • Changedsearch_platforms10 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. 3 values; most common: yes (58), autoinvest-no (645)."New value: +"Auto-invest. 3 values; most common: yes (58), autoinvest-no (644)."
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. 3 values; most common: yes (23), bonus-no (680)."New value: +"Has a bonus. 3 values; most common: yes (23), bonus-no (679)."
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. 3 values; most common: yes (19), buyback-no (684)."New value: +"Buyback guarantee. 3 values; most common: yes (19), buyback-no (683)."
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (295), startups (151), sme (324), sustainability (60), litigation (3)."New value: +"Industry. Most common: real-estate (295), startups (151), sme (323), sustainability (60), litigation (3)."
      • changedInput schema / properties / min_investment / description
        Previous value: -"Minimum investment. Most common: lt10 (71), 10-100 (176), 100-500 (205), 500-1000 (68), 1000-5000 (101)."New value: +"Minimum investment. Most common: lt10 (71), 10-100 (176), 100-500 (204), 500-1000 (68), 1000-5000 (101)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (463), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (462), north-america (87), latin-america (31), africa (13), mena (63)."
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. 3 values; most common: yes (550), regulated-no (153)."New value: +"Regulated. 3 values; most common: yes (549), regulated-no (153)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. 3 values; most common: yes (116), secondary-no (587)."New value: +"Secondary market. 3 values; most common: yes (116), secondary-no (586)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), debt (249), p2p-lending (274), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (288), debt (249), p2p-lending (273), reward (12), tokenized (35)."
      • changedInput schema / properties / years / description
        Previous value: -"Years on market. Most common: 0 (3), 1 (41), 2 (76), 3 (571)."New value: +"Years on market. Most common: 0 (3), 1 (41), 2 (76), 3 (570)."
  11. 1 tool update
    • Changedsearch_platforms1 field changed
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. 3 values; most common: yes (22), bonus-no (681)."New value: +"Has a bonus. 3 values; most common: yes (23), bonus-no (680)."
  12. 1 tool update
    • Changedget_industry_news1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "investor-insights",
        -  "market-data",
        -  "platform-update",
        -  "regulation",
        -  "success-story",
        -  "tools-tech",
        -  "trends",
        -  "campaign-news"
        -]New value: +[
        +  "fundraiser-tips",
        +  "investor-insights",
        +  "market-data",
        +  "platform-update",
        +  "regulation",
        +  "success-story",
        +  "tools-tech",
        +  "trends",
        +  "campaign-news"
        +]
  13. 2 tool updates
    • Changedget_market_overview1 field changed
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (294), startups (151), sme (324), sustainability (60), litigation (3)."New value: +"Industry. Most common: real-estate (295), startups (151), sme (324), sustainability (60), litigation (3)."
    • Changedsearch_platforms5 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. 3 values; most common: yes (57), autoinvest-no (646)."New value: +"Auto-invest. 3 values; most common: yes (58), autoinvest-no (645)."
      • changedInput schema / properties / industry / description
        Previous value: -"Industry. Most common: real-estate (294), startups (151), sme (324), sustainability (60), litigation (3)."New value: +"Industry. Most common: real-estate (295), startups (151), sme (324), sustainability (60), litigation (3)."
      • changedInput schema / properties / min_investment / description
        Previous value: -"Minimum investment. Most common: lt10 (71), 10-100 (175), 100-500 (206), 500-1000 (68), 1000-5000 (101)."New value: +"Minimum investment. Most common: lt10 (71), 10-100 (176), 100-500 (205), 500-1000 (68), 1000-5000 (101)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (350), credit-card (149), cryptocurrency (18), direct-debit (150), paypal (10)."New value: +"Payment options. Most common: bank-transfer (349), credit-card (148), cryptocurrency (18), direct-debit (150), paypal (10)."
      • changedInput schema / properties / payment / items / enum
        Previous value: -[
        -  "bank-transfer",
        -  "credit-card",
        -  "cryptocurrency",
        -  "direct-debit",
        -  "paypal"
        -]New value: +[
        +  "bank-transfer",
        +  "credit-card",
        +  "cryptocurrency",
        +  "direct-debit",
        +  "paypal",
        +  "paysera"
        +]
  14. 1 tool update
    • Changedsearch_platforms6 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. 3 values; most common: yes (56), autoinvest-no (647)."New value: +"Auto-invest. 3 values; most common: yes (57), autoinvest-no (646)."
      • changedInput schema / properties / duration / description
        Previous value: -"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (35), gt18 (78)."New value: +"Average loan duration. Most common: lt6 (8), 6-12 (19), 12-18 (36), gt18 (78)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (349), credit-card (148), cryptocurrency (18), direct-debit (150), paypal (10)."New value: +"Payment options. Most common: bank-transfer (350), credit-card (149), cryptocurrency (18), direct-debit (150), paypal (10)."
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. 3 values; most common: yes (551), regulated-no (152)."New value: +"Regulated. 3 values; most common: yes (550), regulated-no (153)."
      • changedInput schema / properties / return / description
        Previous value: -"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (202), 15-20 (65), gt20 (29)."New value: +"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (203), 15-20 (65), gt20 (29)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. 3 values; most common: yes (115), secondary-no (588)."New value: +"Secondary market. 3 values; most common: yes (116), secondary-no (587)."
  15. 1 tool update
    • Changedsearch_platforms1 field changed
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. 3 values; most common: yes (114), secondary-no (589)."New value: +"Secondary market. 3 values; most common: yes (115), secondary-no (588)."
  16. 2 tool updates
    • Changedget_market_overview2 fields changed
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (462), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (463), north-america (87), latin-america (31), africa (13), mena (63)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), debt (249), p2p-lending (273), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (288), debt (249), p2p-lending (274), reward (12), tokenized (35)."
    • Changedsearch_platforms11 fields changed
      • changedInput schema / properties / autoinvest / description
        Previous value: -"Auto-invest. 3 values; most common: yes (56), autoinvest-no (646)."New value: +"Auto-invest. 3 values; most common: yes (56), autoinvest-no (647)."
      • changedInput schema / properties / bonus / description
        Previous value: -"Has a bonus. 3 values; most common: yes (22), bonus-no (680)."New value: +"Has a bonus. 3 values; most common: yes (22), bonus-no (681)."
      • changedInput schema / properties / buyback / description
        Previous value: -"Buyback guarantee. 3 values; most common: yes (19), buyback-no (683)."New value: +"Buyback guarantee. 3 values; most common: yes (19), buyback-no (684)."
      • changedInput schema / properties / min_investment / description
        Previous value: -"Minimum investment. Most common: lt10 (71), 10-100 (175), 100-500 (205), 500-1000 (68), 1000-5000 (101)."New value: +"Minimum investment. Most common: lt10 (71), 10-100 (175), 100-500 (206), 500-1000 (68), 1000-5000 (101)."
      • changedInput schema / properties / payment / description
        Previous value: -"Payment options. Most common: bank-transfer (348), credit-card (147), cryptocurrency (18), direct-debit (150), paypal (10)."New value: +"Payment options. Most common: bank-transfer (349), credit-card (148), cryptocurrency (18), direct-debit (150), paypal (10)."
      • changedInput schema / properties / region / description
        Previous value: -"Region. Most common: europe (462), north-america (87), latin-america (31), africa (13), mena (63)."New value: +"Region. Most common: europe (463), north-america (87), latin-america (31), africa (13), mena (63)."
      • changedInput schema / properties / regulated / description
        Previous value: -"Regulated. 3 values; most common: yes (551), regulated-no (151)."New value: +"Regulated. 3 values; most common: yes (551), regulated-no (152)."
      • changedInput schema / properties / return / description
        Previous value: -"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (201), 15-20 (65), gt20 (29)."New value: +"Advertised return. Most common: lt5 (36), 5-10 (150), 10-15 (202), 15-20 (65), gt20 (29)."
      • changedInput schema / properties / secondary / description
        Previous value: -"Secondary market. 3 values; most common: yes (114), secondary-no (588)."New value: +"Secondary market. 3 values; most common: yes (114), secondary-no (589)."
      • changedInput schema / properties / type / description
        Previous value: -"Investment type. Most common: equity (288), debt (249), p2p-lending (273), reward (12), tokenized (35)."New value: +"Investment type. Most common: equity (288), debt (249), p2p-lending (274), reward (12), tokenized (35)."
      • changedInput schema / properties / years / description
        Previous value: -"Years on market. Most common: 0 (2), 1 (41), 2 (76), 3 (571)."New value: +"Years on market. Most common: 0 (3), 1 (41), 2 (76), 3 (571)."
  17. 1 tool update
    • Changedget_regulatory_map3 fields changed
      • changedInput schema / properties / country / description
        Previous value: -"Country slug. Omit for every country at once."New value: +"Country slug, matched on country of registration. Omit for every country at once."
      • removedOutput schema / properties / countries / items / properties / platforms / properties / covering
        Removed value: -{
        -  "type": "integer"
        -}
      • addedOutput schema / properties / countries / items / properties / platforms / properties / registered
        Added value: +{
        +  "type": "integer"
        +}
  18. 4 tool updates
    • Changedget_industry_news3 fields changed
      • changedInput schema / properties / per_page / description
        Previous value: -"Items per page, 1-100. Default 20."New value: +"Items per call, 1-25. Default 20."
      • changedInput schema / properties / per_page / maximum
        Previous value: -100New value: +25
      • addedOutput schema / properties / meta / properties / total_active
        Added value: +{
        +  "description": "How many of the matches are still operating — the number the aggregate tools count.",
        +  "type": "integer"
        +}
    • Changedget_market_overview1 field changed
      • addedOutput schema / properties / meta / properties / total_active
        Added value: +{
        +  "description": "How many of the matches are still operating — the number the aggregate tools count.",
        +  "type": "integer"
        +}
    • Changedget_regulatory_map1 field changed
      • addedOutput schema / properties / meta / properties / total_active
        Added value: +{
        +  "description": "How many of the matches are still operating — the number the aggregate tools count.",
        +  "type": "integer"
        +}
    • Changedsearch_platforms4 fields changed
      • changedInput schema / properties / per_page / description
        Previous value: -"Results per page, 1-100. Default 20."New value: +"Results per call, 1-25. Default 20. Narrow the filters rather than asking for more — a wide page spends context on rows nobody reads."
      • changedInput schema / properties / per_page / maximum
        Previous value: -100New value: +25
      • addedOutput schema / properties / meta / properties / total_active
        Added value: +{
        +  "description": "How many of the matches are still operating — the number the aggregate tools count.",
        +  "type": "integer"
        +}
      • addedOutput schema / properties / platforms / items / properties / active
        Added value: +{
        +  "description": "False when the platform has stopped operating. Its page is still reachable.",
        +  "type": "boolean"
        +}
  19. 5 tool updates
    • First observedget_industry_news
    • First observedget_market_overview
    • First observedget_regulatory_map
    • First observedreport_inaccuracy
    • First observedsearch_platforms

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Query 13,000+ US consumer lenders with eligibility criteria, rates, CFPB complaints, and ratings. Find matching lenders by borrower profile, get full profiles, compare lenders, and check eligibility.
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Deliver real-time investment research with extensive private and public market data.
    3
    176
    147
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Search companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.
    5
    25
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive enterprise e-commerce data including global store profiles, product category statistics, and sales performance analysis. It enables users to search for companies and evaluate their domestic and international e-commerce business layouts across various platforms.
    2
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources