request_partnership
ActiveTool of io.github.bch1212/agent-commerce-mcp
declared in 0.1.0
Submit a partnership proposal (cross-listing, joint bundle, embed, co-marketing). Reviewed in 3 business days.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"proposal",
"agent_id",
"contact_email"
],
"properties": {
"agent_id": {
"type": "string",
"description": "Identifier for the proposing agent or company"
},
"proposal": {
"type": "string",
"description": "Free-text partnership proposal — what you'd like to build/co-market"
},
"contact_email": {
"type": "string",
"format": "email"
},
"integration_type": {
"enum": [
"cross_listing",
"joint_bundle",
"embed",
"co_marketing",
"data_share",
"other"
],
"type": "string"
}
},
"additionalProperties": false
}Parent server
io.github.bch1212/agent-commerce-mcp
https://github.com/bch1212/agent-commerce-mcp
1/7 registries