feat: setup dataforseo

This commit is contained in:
Oleg Proskurin 2025-12-25 23:35:20 +07:00
parent ff0ca43233
commit f20b516d25
2 changed files with 31 additions and 0 deletions

3
.env Normal file
View File

@ -0,0 +1,3 @@
DATAFORSEO_API_LOGIN=regx@usul.su
DATAFORSEO_API_PASS=4f4b51b823df234c
DATAFORSEO_API_CREDENTIALS=cmVneEB1c3VsLnN1OjRmNGI1MWI4MjNkZjIzNGM=

28
.mcp.json Normal file
View File

@ -0,0 +1,28 @@
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ"
}
},
"perplexity": {
"type": "stdio",
"command": "npx",
"args": ["-y", "perplexity-mcp"],
"env": {
"PERPLEXITY_API_KEY": "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",
"PERPLEXITY_TIMEOUT_MS": "600000"
}
},
"dataforseo": {
"command": "npx",
"args": ["-y", "dataforseo-mcp-server"],
"env": {
"DATAFORSEO_USERNAME": "regx@usul.su",
"DATAFORSEO_PASSWORD": "4f4b51b823df234c"
}
}
}
}