Sourcing Events
get_sourcing_events
Read
#
Look up the user's sourcing events with optional filters.
- Show me all my sourcing events.
- What RFQs are still open?
Let Claude, Cursor, or any other AI assistant work in Raindrop on your behalf — start RFQs, find suppliers, cut purchase orders, and answer spend questions in plain English. Same data, same permissions, same audit trail as the web app.
The Model Context Protocol (MCP) is an open standard that lets AI assistants safely connect to outside tools and data. Connect Raindrop to your favorite AI assistant — Claude, Cursor, Claude Desktop, or anything else that speaks MCP — and it can do real work in Raindrop for you. The assistant signs in as you, respects your permissions, and every action lands in the same audit log you already see in the web app.
https://ai.raindrop.com/mcp
Add Raindrop as a custom connector. Paste the URL below into Claude's connector setup — Claude will pop open a Raindrop sign-in window, and that's the whole setup.
https://ai.raindrop.com/mcp
If you're using Cursor, an MCP CLI, or any other tool that speaks MCP, point it at the URL above. The first call returns a sign-in prompt; complete it once and the assistant is connected.
Raindrop uses standard OAuth 2.1 sign-in — the same kind of secure login flow you see on any modern website. Your AI assistant signs in once, and from then on each action runs as you. Session tokens are short-lived, scoped to your account, and cannot be reused for other Raindrop services.
For developers building custom MCP clients: the endpoint advertises standard OAuth discovery metadata (RFC 9728), supports PKCE with S256, and accepts dynamic client registration. Point your client at the URL above and follow the discovery flow — no shared secrets or pre-registration needed.
The list below is generated directly from the live server — it always reflects exactly what your AI assistant sees when it connects.
Create and manage RFx events, lots, scorecards, invitations and supplier responses.
get_sourcing_events
Read
#
Look up the user's sourcing events with optional filters.
get_sourcing_event_for_evaluation
Read
#
Fetch the suppliers and internal users on an event so you can set up evaluation scorecards.
get_managed_sourcing_event_template
Read
#
Fetch the empty managed template for a given RFx event type.
get_scorecard_templates
Read
#
Search the qualification and evaluation scorecard library.
search_suppliers_by_commodity
Read
#
Find suppliers that have offered a given commodity in the past.
create_sourcing_event
Write
#
Start a new RFx event. Can also invite suppliers in the same call.
add_sourcing_event_business
Write
#
Add a supplier business to an existing sourcing event.
add_sourcing_event_business_user
Write
#
Add a supplier contact to a business already on the event.
create_evaluation_scorecards
Write
#
Create evaluation scorecards for each supplier on a sourcing event.
insert_sourcing_event_lots
Write
#
Add one or more lots to an existing sourcing event.
create_qualification_scorecards
Write
#
Create qualification scorecards used to vet new suppliers.
update_sourcing_event
Write
#
Change details on an existing sourcing event.
update_sourcing_event_lots
Write
#
Edit existing lots on a sourcing event.
set_sourcing_event_primary_contact
Write
#
Designate the primary internal contact for a sourcing event.
set_sourcing_event_scorecard_template
Write
#
Apply a scorecard template to a sourcing event.
send_sourcing_event_invites
Write
#
Email invited suppliers a link to participate.
Search the supplier master, create new suppliers, and attach business contacts.
get_supplier_contacts
Read
#
List the contacts on file for a supplier.
get_supplier_role_id
Read
#
Look up the internal role id for a given supplier role name.
create_supplier
Write
#
Add a new supplier to the supplier master.
add_supplier_to_sourcing_event
Write
#
Attach a supplier to a sourcing event after the event has been created.
update_supplier
Write
#
Update fields on an existing supplier record.
Create and update purchase orders and their line items end-to-end.
check_purchase_eligibility
Read
#
Check whether the user is permitted to purchase from a given supplier.
create_purchase_order
Write
#
Create a purchase order with one or more line items.
create_po_line
Write
#
Add a line item to an existing purchase order.
Discover the data model and run safe read-only queries against Raindrop data.
run_query
Read
#
Run a read-only analytics query against Raindrop data.
semantic_schema_search
Read
#
Search the Raindrop data model semantically — find which tables and fields are relevant to a question.
Additional tools exposed by the Raindrop MCP server.
create_external_user
Write
#
Invite an external collaborator (e.g. a supplier contact) into the workspace.