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

Sourcey

REMOTE · MCP.SOURCEY.COM · SCANNED SEP 20

Find and compare startup credits and deals with eligibility checks and exact evidence.

Available components

0 this week 86 Trust /100
Trust breakdown (7 categories)

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

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 980 tokens (~122/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 48% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Sourcey MCP server?

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

remote · mcp.sourcey.com

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

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

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 19 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 18 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 17 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 16 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 15 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 12 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 11 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 1.2.0 → 1.2.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.sourcey.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=sourcey.com CN=WE1,O=Google Trust Services,C=US 31 Jul 2026 29 Oct 2026 ECDSA 256 ECDSA-SHA256 3001712aa06760160e86b75963bb802d
SANs: sourcey.com, *.sourcey.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.sourcey.com. Not signed

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

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

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains

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

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.sourcey.com/mcp Verified 200
http (plaintext) http://mcp.sourcey.com/mcp HTTPS enforced 301 https://mcp.sourcey.com/mcp
MCP tools · 8 exposed · ~885 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compare_offers ~85

Compare two to ten startup credit or deal offers side by side, including value, access requirements, eligibility, freshness, and evidence. Unknown eligibility and unsupported stacking remain explicit.

NameTypeReqDescription
factsobjectyesKnown typed company facts used only for explicit eligibility evaluation; omit unknown facts.
offersarrayyesTwo to ten exact startup credit or deal offers to compare in this order.
NameTypeReqDescription
dataarrayyes
release_idstringyes
stackingobjectyes

No examples provided.

get_changes ~58

Track added, changed, withdrawn, and removed startup credits, discounts, free tiers, perks, and deals through Sourcey's signed change feed after an optional cursor.

NameTypeReqDescription
cursorstringOpaque signed cursor returned by the previous change-feed page.
NameTypeReqDescription
dataarrayyes
diff_digeststringyes
feed_contractstringyes
next_cursoryes
release_idstringyes
retained_from_release_idstringyes
snapshot_idstringyes

No examples provided.

get_readiness ~77

Get one exact published Agent Readiness report card with its visible A+ to F grade, five service-use stages, individual findings, blockers, remediations, tested surfaces, methods, evidence state, coverage, freshness, policy identity, provenance, and canonical URL. Resolve by immutable profile ID or by one Entity plus exact product and funnel.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobjectyes
release_idstringyes

No examples provided.

get_services ~66

Discover Sourcey's enabled paid agent services and canonical HTTP resources, including exact request and response contracts, price floor, policy links, and x402 discovery. Payment and durable job status remain on the product HTTP API; this read-only MCP tool never signs, settles, or interprets a payment.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataarrayyes
openapi_urlstringyes
release_idstringyes
x402_discovery_urlstringyes

No examples provided.

inspect_evidence ~58

Inspect the provenance behind startup credits and deals. Resolve one to ten exact revisions to supporting events and observations, including freshness and dispute status.

NameTypeReqDescription
revision_digestsarrayyesExact offer revision digests returned by Sourcey search or comparison.
NameTypeReqDescription
dataarrayyes
release_idstringyes

No examples provided.

prepare_declaration ~214

Prepare canonical GitHub-ready YAML for an independent Agent Readiness assessment of one vendor product, API, SaaS service, authentication path, payment path, provisioning flow, operating interface, recovery flow, and exact agent standard. Resolves only exact Sourcey Entity identity, never assigns a grade or treats startup credits and deals as service readiness, and returns precise missing fields when the service graph is incomplete.

NameTypeReqDescription
assessment_targetsarrayyes
authority_intentstring
base_authoring_fileobject
command_contractstringyes
declared_atstring
endpointsarrayyes
interfacesarrayyes
offer_relationsarrayyes
participantsarrayyes
relationsarrayyes
resourcesarrayyes
scopeobject
scope_source_urisarrayyes
subject
subject_rolesarrayyes
surface_exclusionsarrayyes
NameTypeReqDescription
datayes
release_idstringyes

No examples provided.

search_offers ~161

Search current startup credits and deals, including cloud credits, SaaS discounts, free tiers, grants, perks, and partner offers. Filter by query, vendor, or category and evaluate eligibility from typed company facts; unknowns remain explicit.

NameTypeReqDescription
categoriesarrayCatalog categories to include, such as hosting, databases, or observability.
entitiesarrayCurrent Entity slugs or immutable Entity IDs to include.
factsobjectyesKnown typed company facts used only for explicit eligibility evaluation; omit unknown facts.
limitintegerMaximum results to return; defaults to 10.
querystringNatural-language search for a startup need, technology, credit, discount, free tier, perk, grant, or deal.
NameTypeReqDescription
dataarrayyes
release_idstringyes
totalintegeryes
truncatedbooleanyes

No examples provided.

search_readiness ~166

Search published Agent Readiness report cards for APIs, SaaS products, authentication, payments, provisioning, operations, and recovery. Returns the overall A+ to F grade, five-stage outcomes, evidence coverage, freshness, primary blocker, remediation context, and canonical report URL without conflating service readiness with startup-credit eligibility.

NameTypeReqDescription
entitystringCurrent Sourcey Entity slug or immutable Entity ID.
funnelstringExact Agent Readiness service-use funnel key.
gradestringExact published report-card grade.
limitintegerMaximum results to return; defaults to 10.
productstringExact Agent Readiness product key.
querystringVendor, service, API, product, capability, blocker, or readiness need.
NameTypeReqDescription
dataarrayyes
release_idstringyes
totalintegeryes
truncatedbooleanyes

No examples provided.

Common questions

What is the Sourcey MCP server?

Sourcey is an MCP server listed in the public MCP registry as com.sourcey/sourcey. Find and compare startup credits and deals with eligibility checks and exact evidence. This page covers its hosted endpoint (https://mcp.sourcey.com/mcp).

Is the Sourcey MCP server safe to use?

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

What tools does the Sourcey MCP server expose?

Sourcey exposes 8 tools: search_offers, compare_offers, inspect_evidence, get_changes, search_readiness, and 3 more. Their descriptions and schemas cost roughly 885 tokens of context every time the server is loaded.

Does the Sourcey MCP server require authentication?

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

Is the Sourcey MCP server still maintained?

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