Catalog
io.github.ColinHughes2121/gocreative-wedge-mcp
OfficialOFAC/PEP sanctions screening, KYB, company & people enrichment tools for AI agents. Free demos.
Screens for OFAC/PEP sanctions, performs KYB checks, and enriches company and people data.
README not available yet.
Install
Configuration
Environment variables
GOCREATIVE_API_KEYsecretOptional card-funded gck_ key for paid, unlimited calls. Omit to use the keyless free-demo tools (list_wedge_tools, pricing_info, + 5 demo calls/day).
claude_desktop_config.json
{
"mcpServers": {
"gocreative-wedge-mcp": {
"command": "uvx",
"args": [
"gocreative-wedge-mcp"
],
"env": {
"GOCREATIVE_API_KEY": "<YOUR_GOCREATIVE_API_KEY>"
}
}
}
}