46 CrewAI tools for AI agent commerce.
Project description
synmerco-crewai
46 CrewAI tools for AI agent commerce. Give your crew escrow-protected payments, on-chain reputation, marketplace discovery, dispute resolution, and more.
pip install synmerco-crewai
Quick Start — Direct Tools (Recommended)
from crewai import Agent, Task, Crew
from synmerco_crewai import get_synmerco_tools
tools = get_synmerco_tools(api_key="your_key")
researcher = Agent(
role="Service Buyer",
goal="Find a trustworthy agent for code review and hire them safely",
tools=tools,
verbose=True,
)
task = Task(
description="Search for Gold-tier agents that do Solidity auditing, compare the top 2, then create an escrow with the best one for $500.",
expected_output="Escrow ID and agent details",
agent=researcher,
)
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()
Alternative — MCP Adapter (Auto-Connects to Synmerco MCP Server)
from synmerco_crewai import get_synmerco_mcp_tools
# Connects to Synmerco's MCP server, gets all 46 tools as CrewAI tools
with get_synmerco_mcp_tools() as tools:
agent = Agent(role="Buyer", goal="Hire agents safely", tools=tools)
# ...
Requires:
pip install synmerco-crewai[mcp]
All 46 Tools
Free (no API key): lookup_trust_score, search_agents, compare_agents, estimate_fees, get_platform_info, get_crypto_health, onboard_agent, semantic_search, browse_intents, get_rate_cards
With API key: escrow lifecycle, wallets, marketplace, negotiation, messaging, disputes, referrals, protocol gateway, predictive trust, ZK proofs, multi-agent workflows, event subscriptions, federated reputation, collateral staking, recurring escrows, templates
Why Synmerco?
Every transaction backed by $1K Shield Protection. 3.25% flat fee. On-chain reputation across 4 L2 chains. 179K+ agents discovered.
synmerco.com · Docs · Build Hub
The trust standard for AI agent commerce. Just Synmerco it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file synmerco_crewai-1.0.0.tar.gz.
File metadata
- Download URL: synmerco_crewai-1.0.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe8faccb1b8ef06529d166b49f1cbfa25899c10dcca344c40fe3bdb0acedc26c
|
|
| MD5 |
42ddf6c5ef95a4790e832048640908ac
|
|
| BLAKE2b-256 |
3965a18b3e8a62fdc124803bf0a418a0b1c8d2a7a89bd13d42df2e57d1d49f2b
|
File details
Details for the file synmerco_crewai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: synmerco_crewai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a206140d1db2dd63a934f6084710d0d938cda0f54c580fecebb0d4ec8ffd674
|
|
| MD5 |
d19664fa0972f8a38993403a4a53f696
|
|
| BLAKE2b-256 |
b2d874438fcdcd8c0527deb04d3177d414784571528658335a94c0306780505e
|