TradePilot Agent Commerce
114 pay-per-use AI agent services on Base (x402/USDC): drafting, data tools, SEO, specialists.
Should I use this
Quality & Safety
Findings (21)
- LOWin tradepilot_service_about_page_copy
- LOWin tradepilot_service_account_plan
- LOWin tradepilot_service_account_research_questions
- LOWin tradepilot_service_action_items
- LOWin tradepilot_service_brand_voice_guide
- LOWin tradepilot_service_business_plan_outline
- LOWin tradepilot_service_buyer_persona
- LOWin tradepilot_service_call_transcript_analysis
- LOWin tradepilot_service_capacity_plan
- LOWin tradepilot_service_case_study_outline
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"agent-commerce": {
"url": "https://www.tradepilotusa.com/api/agent-commerce/mcp"
}
}
}Remote endpoints
https://www.tradepilotusa.com/api/agent-commerce/mcpstreamable-httpWhat it can do
Tool inventory
Tools (25)
🔴tradepilot_service_about_page_copy(input, idempotency_key, payment_signature, result_signature, result_expires)
Create a business about page using supplied history, mission, people, and operating principles only. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_account_plan(input, idempotency_key, payment_signature, result_signature, result_expires)
Build an account plan from supplied account facts: hypotheses, stakeholders, objectives, and next actions. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_account_research_questions(input, idempotency_key, payment_signature, result_signature, result_expires)
Create a public-business research checklist and source plan; do not claim the research has been performed. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_action_items(input, idempotency_key, payment_signature, result_signature, result_expires)
Extract only evidenced actions, owners, due dates, and unresolved assignments from supplied notes. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_ad_copy(input, idempotency_key, payment_signature, result_signature, result_expires)
Produce distinct advertising concepts with headline, body, CTA, and rationale; avoid unsupported claims. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_blog_brief(input, idempotency_key, payment_signature, result_signature, result_expires)
Produce a writing brief with audience, thesis, outline, evidence needed, and acceptance criteria. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_blog_draft(input, idempotency_key, payment_signature, result_signature, result_expires)
Write a complete article based only on supplied facts, with headings and an actionable conclusion. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_brand_voice_guide(input, idempotency_key, payment_signature, result_signature, result_expires)
Create voice principles, vocabulary guidance, examples, and editing rules from the supplied brand brief. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_business_plan_outline(input, idempotency_key, payment_signature, result_signature, result_expires)
Structure supplied business assumptions into a plan, evidence gaps, experiments, and milestones; avoid invented financial results. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_buyer_persona(input, idempotency_key, payment_signature, result_signature, result_expires)
Build explicitly labeled persona hypotheses from supplied evidence, avoiding sensitive personal profiling. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_call_transcript_analysis(input, idempotency_key, payment_signature, result_signature, result_expires)
Analyze a phone call transcript: classify the outcome (for example resolved, escalated, no answer, follow-up needed), extract any commitments made by either party, note objections raised, and list clear next steps. Base every finding strictly on what the transcript states -- do not infer intent beyond the words used. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_capacity_plan(input, idempotency_key, payment_signature, result_signature, result_expires)
Build a capacity model from supplied volumes and processing times, showing assumptions and missing inputs. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_case_study_outline(input, idempotency_key, payment_signature, result_signature, result_expires)
Organize supplied customer evidence into challenge, approach, results, and missing proof; do not invent outcomes. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_category_page_copy(input, idempotency_key, payment_signature, result_signature, result_expires)
Write category-page copy from supplied products/services with selection guidance and useful internal-link suggestions. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_company_summary(input, idempotency_key, payment_signature, result_signature, result_expires)
Summarize only supplied company sources into business model, offerings, customers, and evidence gaps. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_competitor_comparison(input, idempotency_key, payment_signature, result_signature, result_expires)
Compare supplied competitor information using an explicit matrix and cite which provided source supports each claim. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_contact_dedup_key(input, idempotency_key, payment_signature, result_signature, result_expires)
Build a stable SHA-256 fingerprint from a normalized phone, email, zip and product/service type, for detecting the same contact submitting more than once. Normalization only (digits-only phone, lowercased trimmed email); does not look up or store anything. Price: 0.01 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"product_type"
],
"properties": {
"zip": {
"type": "string",
"maxLength": 20
},
"email": {
"type": "string",
"maxLength": 320
},
"phone": {
"type": "string",
"maxLength": 40
},
"product_type": {
"type": "string",
"maxLength": 200
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_content_campaign_agent(input, idempotency_key, payment_signature, result_signature, result_expires)
Create a 14-day campaign and newsletter from explicit buyer-supplied services and authorized assets. A bounded planner selects evidence IDs; deterministic templates render the copy. No invented promises, testimonials or work imagery. Human review required. Price: 2.5 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"business_name",
"location",
"services",
"request_url",
"assets"
],
"properties": {
"assets": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"description",
"authorized"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-z][a-z0-9_]{0,39}$"
},
"authorized": {
"const": true
},
"description": {
"type": "string",
"maxLength": 200,
"minLength": 1
}
},
"additionalProperties": false
},
"maxItems": 12
},
"location": {
"type": "string",
"maxLength": 100,
"minLength": 1
},
"services": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-z][a-z0-9_]{0,39}$"
},
"name": {
"type": "string",
"maxLength": 100,
"minLength": 1
}
},
"additionalProperties": false
},
"maxItems": 12,
"minItems": 1
},
"request_url": {
"type": "string",
"pattern": "^https://",
"maxLength": 2048,
"minLength": 8
},
"business_name": {
"type": "string",
"maxLength": 100,
"minLength": 1
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_content_gap(input, idempotency_key, payment_signature, result_signature, result_expires)
Compare supplied site/competitor content and identify evidence-backed coverage gaps and priorities. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_content_localization(input, idempotency_key, payment_signature, result_signature, result_expires)
Adapt supplied copy for the explicitly requested language and region, marking cultural or terminology uncertainties. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_content_repurpose(input, idempotency_key, payment_signature, result_signature, result_expires)
Transform supplied long-form content into a set of shorter assets with source references and distribution guidance. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_content_safety_review(input, idempotency_key, payment_signature, result_signature, result_expires)
Review supplied marketing or social copy for policy-risk language: unverified health or medical claims, financial guarantees, discriminatory language, or other content likely to be rejected by ad or social platforms. Return a verdict, flagged spans quoting the exact risky text, and a brief reason for each flag. Do not rewrite the copy unless asked. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_csv_table_convert(input, idempotency_key, payment_signature, result_signature, result_expires)
Convert comma/tab-delimited quoted CSV to JSON string rows or JSON string rows to CSV. Preserves string values, duplicate headers and ragged rows; no type inference. CSV output escapes spreadsheet formula starters by default and reports alterations. Maximum 500 rows and 50 columns. Price: 0.01 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"direction",
"source"
],
"properties": {
"source": {
"type": "string",
"maxLength": 48000
},
"delimiter": {
"enum": [
",",
"\t"
]
},
"direction": {
"enum": [
"csv_to_json",
"json_to_csv"
]
},
"spreadsheet_safe": {
"type": "boolean"
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_customer_success_plan(input, idempotency_key, payment_signature, result_signature, result_expires)
Turn supplied goals into onboarding milestones, adoption actions, ownership, and measurable outcomes. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}🔴tradepilot_service_data_quality_plan(input, idempotency_key, payment_signature, result_signature, result_expires)
Review supplied schema/sample rows for quality issues and propose specific validation rules and correction actions. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"required": [
"brief",
"source_text"
],
"properties": {
"brief": {
"type": "string",
"maxLength": 12000,
"minLength": 10
},
"audience": {
"type": "string",
"maxLength": 500
},
"source_text": {
"type": "string",
"maxLength": 32000,
"minLength": 20
}
},
"additionalProperties": false
},
"idempotency_key": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"pattern": "^[!-~]+$"
},
"payment_signature": {
"type": "string",
"minLength": 1,
"maxLength": 16000,
"pattern": "^[!-~]+$"
},
"result_signature": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{130}$"
},
"result_expires": {
"type": "string",
"pattern": "^[0-9]{1,12}$"
}
},
"required": [
"input"
],
"additionalProperties": false
}Community
Evidence