-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
155 lines (155 loc) · 5.13 KB
/
Copy pathapis.yml
File metadata and controls
155 lines (155 loc) · 5.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
aid: matchory
name: Matchory
description: >-
Matchory (Matchory GmbH) is a Munich-based supplier data platform for
enterprise procurement. It resolves fragmented, duplicated supplier records
from spreadsheets and ERP systems into a single stable identity — the
MatchoryID — with 90%+ accuracy, then continuously enriches each supplier
with verified profiles, market intelligence, and five-dimension risk signals
(financial, country, supply-chain, compliance, ESG) drawn from a database of
15M+ verified global suppliers. Procurement teams and AI agents reach the data
through a web UI, a REST/GraphQL API, webhooks, and a first-party
OAuth-protected Model Context Protocol (MCP) server, letting assistants such as
Claude and Microsoft Copilot ground answers in source-traceable, confidence-scored
supplier data. The platform is EU-sovereign — hosted in Germany, GDPR-compliant,
and ISO 27001 certified — and is used by enterprise procurement organizations
including Bosch, Kärcher, Deutsche Bahn, E.ON, DMG Mori, and Trumpf.
url: https://raw.githubusercontent.com/api-evangelist/matchory/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- earlybird
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
pricing: unknown
onboarding: self-serve
trial: false
try_now: false
public: false
label: Self-serve signup
confidence: medium
source:
- authentication
generated: '2026-07-22'
method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-08-14'
image: https://cdn.prod.website-files.com/6784f7971856e0304b40e3de/679028bece9dccdfc4e67c4e_favicon.svg
tags:
- Company
- Procurement
- Supplier Discovery
- Sourcing
- Supply Chain
- Data Enrichment
- Entity Resolution
- Market Intelligence
- Risk Management
- MCP
apis:
- aid: matchory:matchory-discovery-api
name: Matchory Discovery API
description: >-
The Matchory Discovery API exposes the resolved-and-enriched supplier data
layer — verified supplier profiles, MatchoryID identity resolution, portfolio
consolidation, risk signals, and market intelligence — over REST and GraphQL
with role-scoped API keys, webhook events for portfolio changes, and an
OAuth-protected MCP endpoint. Access is OAuth2/OIDC protected (authorization
server at discovery.matchory.com) with SAML 2.0 / OIDC SSO for enterprise
tenants.
humanURL: https://matchory.com/en/technology
baseURL: https://discovery.matchory.com
tags:
- Procurement
- Supplier Discovery
- Supply Chain
properties:
- type: MCPServer
url: https://matchory.com/en/mcp
maintainers:
- FN: Kin Lane
email: [email protected]
- FN: APIs.json
email: [email protected]
common:
- type: DomainSecurity
url: security/matchory-domain-security.yml
- type: Website
url: https://matchory.com
- type: DeveloperPortal
url: https://matchory.com/en/technology
- type: Documentation
url: https://matchory.com/en/mcp
- type: Login
url: https://discovery.matchory.com/auth/signin
- type: SignUp
url: https://matchory.com/en/book-a-demo
- type: Pricing
url: https://matchory.com/en/pricing
- type: TermsOfService
url: https://matchory.com/en/gtc
- type: PrivacyPolicy
url: https://matchory.com/en/privacy-policy
- type: GitHubOrganization
url: https://github.com/matchory
- type: MCPServer
url: mcp/matchory-mcp.yml
- type: Authentication
url: authentication/matchory-authentication.yml
- type: OAuthScopes
url: scopes/matchory-scopes.yml
- type: OpenIDConnect
url: well-known/matchory-openid-configuration.json
- type: WellKnown
url: well-known/matchory-well-known.yml
- type: Webhooks
url: asyncapi/matchory-webhooks.yml
- type: Conformance
url: conformance/matchory-conformance.yml
- type: Compliance
url: https://matchory.com/en/technology
- type: LLMsTxt
url: llms/matchory-llms.txt
- type: Packages
url: packages/matchory-packages.yml
- type: Plans
url: plans/matchory-plans-pricing.yml
- type: RateLimits
url: rate-limits/matchory-rate-limits.yml
- type: Lifecycle
url: lifecycle/matchory-lifecycle.yml
- type: Conventions
url: conventions/matchory-conventions.yml
- type: ContentSignal
url: well-known/matchory-robots.txt
- type: Blog
url: https://matchory.com/en/newsroom
- type: Support
url: https://matchory.com/en/contact-us
x-enrichment:
date: '2026-08-14'
status: enriched
artifacts_added: 6
pass: local-v1
x-coverage:
state: gated
reason: customer-only-docs
detail: >-
Matchory markets a REST API, a GraphQL endpoint, webhooks and a first-party MCP
server on matchory.com/en/technology, but the developer reference and every
machine-readable contract live inside the authenticated discovery.matchory.com tenant
— MCP tools/list returns HTTP 401 invalid_token, no OpenAPI exists on any host, and
the advertised GraphQL endpoint has no publicly reachable location (POST /graphql
answers 405 from the SPA catch-all).
evidence:
- url: https://discovery.matchory.com/mcp
status: 401
- url: https://api.matchory.com/openapi.json
status: 404
- url: https://matchory.com/openapi.json
status: 404
- url: https://discovery.matchory.com/graphql
status: 405
checked: '2026-08-14'