Remote MCP server + x402 USDC API: 4.8M provenance stamped US government and scientific records for AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"osf-data-marketplace": {
"command": "npx",
"args": [
"-y",
"onefreeman1337/osf-data-marketplace"
]
}
}
}
Run in terminal:
claude mcp add osf-data-marketplace npx -y onefreeman1337/osf-data-marketplace
Add to .cursor/mcp.json:
{
"mcpServers": {
"osf-data-marketplace": {
"command": "npx",
"args": [
"-y",
"onefreeman1337/osf-data-marketplace"
]
}
}
}