Help
RSS
API
Feed
Maltego
Contact
Domain > vishalmysore-a2amcpmongo.hf.space
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-28
3.219.73.27
(
ClassC
)
2025-09-30
3.221.99.236
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Tue, 30 Sep 2025 13:07:51 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://vishalmysore-a2amcpmongo.hf.space:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 Date: Tue, 30 Sep 2025 13:07:52 GMTContent-Type: text/html;charsetUTF-8Content-Length: 7948Connection: keep-alivevary: Originvary: Access-Control-Request-Methodvary: Access-Control-Request-Headersvary: origin, access-control-request-method, access-control-request-headerslast-modified: Wed, 18 Jun 2025 21:16:53 GMTaccept-ranges: bytescontent-language: enx-proxied-host: http://10.108.28.192x-proxied-replica: 3mmqx4ns-tjpj8x-proxied-path: /link: https://huggingface.co/spaces/VishalMysore/a2aMCPMongo>;relcanonicalx-request-id: 35rB7saccess-control-allow-credentials: true !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Google A2A RAG with Spring, Java, and MongoDB Atlas/title> style> body { font-family: Arial, sans-serif; line-height: 1.6; margin: 2rem; background-color: #f9f9f9; } h1, h2, h3 { color: #333; } pre { background: #eee; padding: 1rem; overflow-x: auto; } code { background: #eee; padding: 2px 4px; border-radius: 4px; } img { max-width: 100%; margin: 1rem 0; } a { color: #0366d6; text-decoration: none; } /style>/head>body>h1>๐ค Google A2A RAG with Spring, Java, and MongoDB Atlas/h1>p>This project demonstrates how to build a powerful strong>Retrieval-Augmented Generation (RAG)/strong> search application that integrates Googles Agent-to-Agent (A2A) protocol with Spring Boot and MongoDB Atlas. It is deployed live on Hugging Face at:/p>p>a hrefhttps://vishalmysore-a2amcpmongo.hf.space/ target_blank>https://vishalmysore-a2amcpmongo.hf.space//a>/p>p>You can discover active agents via:/p>pre>code>https://vishalmysore-a2amcpmongo.hf.space/.well-known/agent.json/code>/pre>p>a hrefhttps://github.com/vishalmysore/a2ajava>a2ajava/a> is a Swiss Army knife for building agentic applications. It is multi-protocol โ works seamlessly with both A2A (Agent-to-Agent) and MCP (Model Context Protocol). It is multi-language โ supports Java, Kotlin, and Groovy. It is multi-platform โ compatible with Gemini, OpenAI, Claude, and Grok. It is multi-client โ includes A2A and MCP clients with connectors in Java, Node, and Python. It offers multi-integration โ out-of-the-box support for Selenium, human-in-the-loop workflows, and multi-LLM voting for consensus-based decision making. Agents built using the A2A protocol with a2ajava run seamlessly on MCP as well, ensuring maximum interoperability across platforms./p>h2>๐ Key Features/h2>ul> li>strong>A2A Protocol Integration/strong>: Seamless communication between AI agents/li> li>strong>Vector-Based Search/strong>: Powered by MongoDB Atlas for semantic task retrieval/li> li>strong>Real-time Task Storage/strong>: Automatic storage of A2A tasks in vector database/li> li>strong>RESTful API/strong>: Easy-to-use endpoints for task management/li> li>strong>Spring Boot Framework/strong>: Built with enterprise-grade Java technology/li> li>strong>Extensible Architecture/strong>: Adaptable for various use cases/li>/ul>h2>๐ ๏ธ Technology Stack/h2>ul> li>strong>Backend/strong>: Spring Boot 3.x/li> li>strong>Database/strong>: MongoDB Atlas with Vector Search/li> li>strong>Protocol/strong>: Google A2A (Agent-to-Agent)/li> li>strong>Search/strong>: Vector-based semantic search/li> li>strong>API Documentation/strong>: OpenAPI/Swagger/li>/ul>img srcarchitecture.png altArchitecture>h2>๐ How It Works/h2>h3>Vector Storage Integration/h3>pre>code>@Overridepublic void preProcessing(String method, Object params) { vectorService.ragStorage(method, params);}/code>/pre>h3>Task Management/h3>pre>code>public void ragStorage(String method, Object params) { switch (method) { case tasks/send: addTask(new ObjectMapper().convertValue(params, TaskSendParams.class)); break; case tasks/get: addTask(new ObjectMapper().convertValue(params, TaskQueryParams.class)); break; }}/code>/pre>h2>๐ธ Visual Guide/h2>h3>1. Agent Setup/h3>img srcaddAgent.png altAgent Addition>h3>2. Chat Interface/h3>img srcchatanswer.png altChat Interface>h3>3. Data Storage/h3>img srcmongo.png altMongoDB Storage>h3>4. Event Monitoring/h3>img srcevent.png altEvent Tracking>h3>5. Claude/h3>img srcclaude.png altClaude tool calling>h3>6. Claude tool chain/h3>img srcclaude1.png altClaude tool calling>h2>๐ Using the API/h2>h3>Swagger/h3>pre>https://vishalmysore-a2amcpmongo.hf.space/swagger-ui/index.html/pre>h3>Task Retrieval Example/h3>pre>code>GET https://vishalmysore-a2amcpmongo.hf.space/taskText?namecricket/code>/pre>img srcretrival.png altTask Retrieval>h3> A2A Curl /h3>curl -H Content-Type: application/json -d {id: adk-342d4575-992d-40ce-a375-55081b3744cd, args: {agent_name: LaundryAssistant, message: wash my golf clothes and make them really shiny}, name: send_task}h3>๐งบ Laundry Machine Agent Curl Commands for Claude/h3>pre>code># List Toolcurl -H Content-Type: application/json -d {jsonrpc: 2.0,method: tools/list,params: {}},id: 1} https://vishalmysore-a2amcpmongo.hf.space//code>/pre>pre>code># Start Washingcurl -H Content-Type: application/json -d { jsonrpc: 2.0, method: tools/call, params: { name: startWashing, arguments: { provideAllValuesInPlainEnglish: {} } }, id: 1} https://vishalmysore-a2amcpmongo.hf.space/# Stop Washingcurl -H Content-Type: application/json -d { jsonrpc: 2.0, method: tools/call, params: { name: stopWashing, arguments: { provideAllValuesInPlainEnglish: {} } }, id: 2} https://vishalmysore-a2amcpmongo.hf.space/# Set Temperature to 40curl -H Content-Type: application/json -d { jsonrpc: 2.0, method: tools/call, params: { name: setTemperature, arguments: { provideAllValuesInPlainEnglish: { arg0: 40 } } }, id: 3} https://vishalmysore-a2amcpmongo.hf.space/# Set Cycle Type to delicatecurl -u user:password -H Content-Type: application/json -d { jsonrpc: 2.0, method: tools/call, params: { name: setCycleType, arguments: { provideAllValuesInPlainEnglish: { arg0: delicate } } }, id: 4} https://vishalmysore-a2amcpmongo.hf.space/# Get Quote for Laundrycurl -u user:password -H Content-Type: application/json -d { jsonrpc: 2.0, method: tools/call, params: { name: getQuoteForLaundry, arguments: { provideAllValuesInPlainEnglish: { arg0: cotton, arg1: 3kg } } }, id: 5} https://vishalmysore-a2amcpmongo.hf.space/# Get Machine Statuscurl -u user:password -H Content-Type: application/json -d { jsonrpc: 2.0, method: tools/call, params: { name: getStatus, arguments: { provideAllValuesInPlainEnglish: {} } }, id: 6} https://vishalmysore-a2amcpmongo.hf.space//code>/pre>h2>๐ Getting Started/h2>ol> li>Clone the repository/li> li>Configure MongoDB Atlas connection in code>application.yml/code>/li> li>Set up environment variables: ul> li>code>DB_USER/code>/li> li>code>DB_PASSWORD/code>/li> li>code>OPENAI_API_KEY/code>/li> /ul> /li> li>Build and run with Maven: pre>code>mvn spring-boot:run/code>/pre> /li>/ol>h2>๐ License/h2>p>This project is licensed under the MIT License - see the LICENSE file for details./p>h2>๐ค Contributing/h2>p>Contributions are welcome! Please feel free to submit a Pull Request./p>/body>/html>
Subdomains
Date
Domain
IP
memex-in-wainsfwillustrious-v110.hf.space
2025-09-30
44.219.145.144
allknowingroger-image-models-test190.hf.space
2025-02-18
52.55.55.177
hysts-controlnet-v1-1.hf.space
2025-02-18
3.215.212.165
stabilityai-stable-diffusion-1.hf.space
2025-02-16
35.174.94.150
kazuk-youtube-whisper-01.hf.space
2025-03-02
18.209.154.186
minimaxai-minimax-m1.hf.space
2025-09-17
52.201.90.248
mistral-7b-instruct-v0-2.hf.space
2025-09-21
18.233.176.84
fffiloni-clip-interrogator-2.hf.space
2025-09-26
54.145.224.52
heartsync-nsfw-uncensored-video2.hf.space
2025-09-30
3.221.99.236
videocrafter-videocrafter2.hf.space
2025-09-28
3.221.99.236
ehristoforu-dalle-3-xl-lora-v2.hf.space
2025-09-30
3.221.99.236
gradio-space-api-fetcher-v2.hf.space
2025-02-12
34.237.237.210
tencentarc-photomaker-v2.hf.space
2025-09-30
44.219.145.144
vision-cair-minigpt-v2.hf.space
2025-09-26
54.145.224.52
bluskyyy-33f23f3f-3.hf.space
2025-09-30
54.145.224.52
dromerosm-groq-llama3.hf.space
2025-09-23
3.221.99.236
lixin4ever-videorefer-videollama3.hf.space
2025-09-14
34.206.241.91
iashin-yolov3.hf.space
2025-09-30
54.145.224.52
gradio-hello-world-4.hf.space
2025-09-25
3.221.99.236
abidlabs-trackio-1234.hf.space
2025-09-28
3.221.99.236
allknowingroger-image-models-test94.hf.space
2025-02-17
98.85.138.39
vision-cair-minigpt4.hf.space
2025-09-26
3.221.99.236
ysharma-chatgpt4.hf.space
2025-02-13
52.3.84.195
playgroundai-playground-v2-5.hf.space
2025-08-29
3.214.53.138
mrfakename-sync-f5.hf.space
2025-09-22
18.233.176.84
jpgallegoar-spanish-f5.hf.space
2025-09-26
3.221.99.236
flagrantia-character-select-saa.hf.space
2025-09-30
3.221.99.236
fabiogra-moseca.hf.space
2025-09-21
34.225.178.167
canstralian-bigcode-starcoder2-3b.hf.space
2025-09-30
3.221.99.236
starcoder-15b.hf.space
2025-08-20
54.208.116.228
nari-labs-dia-1-6b.hf.space
2025-09-19
34.197.61.212
aidc-ai-ovis2-16b.hf.space
2025-09-10
3.214.53.138
nous-hermes-2-mistral-7b.hf.space
2025-08-30
3.214.53.138
motherduckdb-duckdb-nsql-7b.hf.space
2025-09-30
54.145.224.52
gradio-map-airbnb.hf.space
2025-09-22
34.196.172.139
algoworks-image-face-upscale-restoration-gfpgan-pub.hf.space
2025-02-09
44.215.187.175
bga-spacio-v1pub.hf.space
2025-09-26
3.221.99.236
jordielebowen-train-flux-lora-ease-public.hf.space
2025-09-30
54.145.224.52
kkazahra888-unfilteredai-nsfw-gen-v2.static.hf.space
2025-09-14
3.175.34.121
lalashechka-img2img-6.static.hf.space
2025-09-14
3.175.34.4
lalashechka-img2img-8.static.hf.space
2025-09-14
3.175.34.121
adobfile-mailakdenizedutrowaauthlogonspxreplacec-6524a2d.static.hf.space
2025-09-04
3.175.34.16
hesamation-primer-llm-embedding.static.hf.space
2025-07-25
3.175.34.16
habolt-gabriel-habolt-immobilier.static.hf.space
2025-09-14
3.175.34.16
niansuh-ps.static.hf.space
2025-09-16
3.175.34.121
ateeqq-mistral-7b-instruct-v0-2-chatbot.static.hf.space
2025-09-04
3.175.34.117
ilcve21-sparc3d.hf.space
2025-09-29
44.219.145.144
cavargas10-trellis-imagen3d.hf.space
2025-09-30
54.145.224.52
lightricks-ltx-video-distilled.hf.space
2025-08-17
34.225.229.167
nihalgazi-flux-pro-unlimited.hf.space
2025-09-06
3.214.53.138
multimodalart-ip-adapter-faceid.hf.space
2025-09-26
3.221.99.236
instantx-instantid.hf.space
2025-09-28
54.145.224.52
gradio-hello-world.hf.space
2025-09-26
54.145.224.52
cohereforai-c4ai-command.hf.space
2025-09-28
3.221.99.236
coherelabs-c4ai-command.hf.space
2025-09-30
44.219.145.144
codellama-codellama-playground.hf.space
2025-02-09
34.237.237.210
huggingface-inference-playground.hf.space
2025-09-21
18.233.176.84
openevals-find-a-leaderboard.hf.space
2025-08-26
3.232.180.39
lmarena-ai-chatbot-arena-leaderboard.hf.space
2025-09-23
3.221.99.236
lmsys-chatbot-arena-leaderboard.hf.space
2025-02-12
3.222.39.245
mteb-leaderboard.hf.space
2025-02-10
44.215.187.175
optimum-llm-perf-leaderboard.hf.space
2025-09-27
54.145.224.52
huggingfaceh4-open-llm-leaderboard.hf.space
2025-02-12
3.222.39.245
open-llm-leaderboard-open-llm-leaderboard.hf.space
2025-09-26
44.219.145.144
opencompass-open-vlm-leaderboard.hf.space
2025-09-26
44.219.145.144
opencompass-openvlm-video-leaderboard.hf.space
2025-09-30
54.145.224.52
hf-audio-open-asr-leaderboard.hf.space
2025-09-30
54.145.224.52
bigcode-bigcode-models-leaderboard.hf.space
2025-09-26
3.221.99.236
galileo-ai-agent-leaderboard.hf.space
2025-09-22
18.233.176.84
ai-secure-llm-trustworthy-leaderboard.hf.space
2025-09-26
3.221.99.236
markovidrih-image-manipulation-face.hf.space
2025-02-11
34.237.237.210
hilley-chattts-openvoice.hf.space
2025-08-24
54.208.116.228
lbmodels-noisereduce.hf.space
2025-09-30
3.221.99.236
oup-ai-lab-qa-with-image.hf.space
2025-02-17
3.220.39.102
adrek-text-to-image.hf.space
2025-09-04
3.214.53.138
hf-accelerate-model-memory-usage.hf.space
2025-09-16
44.219.132.240
pseudolab-huggingface-korea-theme.hf.space
2025-02-17
98.85.138.39
docs4you-tre.hf.space
2025-09-21
18.233.176.84
circl-vulnerability-severity-classification-roberta-base.hf.space
2025-08-31
3.214.53.138
littletest-sorryplease.hf.space
2025-09-25
54.145.224.52
breezedeus-cnocr-demo-private.hf.space
2025-09-26
54.145.224.52
cvlab-zero123-live.hf.space
2025-09-22
18.233.176.84
dylanebert-igf.hf.space
2025-02-10
44.215.187.175
limcheekin-yarn-mistral-7b-128k-gguf.hf.space
2025-02-09
34.237.237.210
course-demos-remove-bg.hf.space
2025-09-26
54.145.224.52
rogerxavier-static-config.hf.space
2025-09-30
54.145.224.52
multimodalart-self-forcing.hf.space
2025-09-26
54.145.224.52
innoai-edge-tts-text-to-speech.hf.space
2025-08-21
52.202.40.84
lmsys-mt-bench.hf.space
2025-02-09
44.215.187.175
felladrin-minisearch.hf.space
2025-09-30
54.145.224.52
tencentarc-instantmesh.hf.space
2025-08-26
54.208.116.228
shariqfarooq-zoedepth.hf.space
2025-09-07
52.86.163.242
devquasar-trashcanai.hf.space
2025-09-30
54.145.224.52
emerging-tech-goalsai.hf.space
2025-09-30
44.219.145.144
jamesliu1217-easycontrol-ghibli.hf.space
2025-09-30
44.219.145.144
api.hf.space
2025-02-20
3.215.212.165
thestinger-uvr5-ui.hf.space
2025-09-02
3.214.53.138
falcon-completions-r44ui.hf.space
2025-08-23
52.202.40.84
oitsminez-rvc-v2-webui.hf.space
2025-09-29
54.145.224.52
aadnk-faster-whisper-webui.hf.space
2025-09-30
54.145.224.52
vishalmysore-mock.hf.space
2025-09-30
44.219.145.144
faceonlive-face-recognition-sdk.hf.space
2025-02-17
52.0.30.169
suno-bark.hf.space
2025-02-12
3.222.39.245
microsoft-phi-4-multimodal.hf.space
2025-09-29
54.145.224.52
makiai-gradio-mcp-minimal.hf.space
2025-09-30
44.219.145.144
not-lain-background-removal.hf.space
2025-09-04
3.214.53.138
radames-real-time-latent-consistency-model.hf.space
2025-02-13
3.222.39.245
deepseek-ai-deepseek-vl2-small.hf.space
2025-09-30
54.145.224.52
black-forest-labs-flux-1-schnell.hf.space
2025-09-26
54.145.224.52
huggingfacem4-screenshot2html.hf.space
2025-09-27
54.145.224.52
prodia-sdxl-stable-diffusion-xl.hf.space
2025-02-14
52.55.55.177
openskyml-fast-sdxl-stable-diffusion-xl.hf.space
2025-03-08
54.209.103.164
google-sdxl.hf.space
2025-02-12
3.222.39.245
3daigc-lhm.hf.space
2025-09-13
44.219.132.240
vokturz-can-it-run-llm.hf.space
2025-02-08
3.222.39.245
alexnasa-chain-of-zoom.hf.space
2025-09-30
54.145.224.52
rphrp1985-stable-diffusion-3-medium.hf.space
2025-09-25
44.219.145.144
gradio-fake-gan.hf.space
2025-09-04
44.219.8.222
clem-image-face-upscale-restoration-gfpgan.hf.space
2025-09-26
54.145.224.52
pseudolab-schoolrecord-gen.hf.space
2025-02-12
3.222.39.245
andrewstalin-youtube-comments-gen.hf.space
2025-09-20
18.233.176.84
r3gm-aicovergen.hf.space
2025-02-17
3.215.212.165
ngoctuanai-copiloten.hf.space
2025-09-28
3.221.99.236
fastrtc-turn-server-login.hf.space
2025-09-21
34.225.178.167
ivanmeyer-icon.hf.space
2025-09-27
44.219.145.144
clebersla-rvc-v2-huggingface-version.hf.space
2025-02-16
3.221.245.176
segmind-segmind-stable-diffusion.hf.space
2025-09-26
44.219.145.144
stabilityai-stable-diffusion.hf.space
2025-02-15
52.3.84.195
gustavosta-magicprompt-stable-diffusion.hf.space
2025-02-16
35.174.94.150
multimodalart-stable-video-diffusion.hf.space
2025-09-27
54.145.224.52
ap123-illusiondiffusion.hf.space
2025-02-10
34.237.237.210
levihsu-ootdiffusion.hf.space
2025-09-26
54.145.224.52
course-demos-speech-to-speech-translation.hf.space
2025-02-13
52.3.84.195
modelscope-old-photo-restoration.hf.space
2025-09-21
18.233.176.84
tonyassi-image-segmentation.hf.space
2025-02-13
34.237.237.210
veb-101-uwmgi-medical-image-segmentation.hf.space
2025-02-13
44.220.97.6
kahraman42-animal-species-detection.hf.space
2025-02-10
34.237.237.210
fffiloni-image2sfx-comparison.hf.space
2025-09-27
54.145.224.52
bhaskartripathi-pdfgpt-turbo.hf.space
2025-02-16
35.174.94.150
yuntian-deng-chatgpt4turbo.hf.space
2025-02-24
52.54.116.144
orderlymirror-text-to-video.hf.space
2025-09-30
3.221.99.236
wrdias-comfyui-advanced-video2video.hf.space
2025-09-19
34.225.178.167
andzhk-pnginfo.hf.space
2025-02-14
52.3.84.195
vishalmysore-a2amcpmongo.hf.space
2025-09-30
3.221.99.236
gradio-chatinterface-streaming-echo.hf.space
2025-09-26
3.221.99.236
kargaranamir-selenium-screenshot-gradio.hf.space
2025-09-30
44.219.145.144
wushuang98-direct3d-s2-v1-0-demo.hf.space
2025-09-04
44.219.8.222
qwen-qwen3-demo.hf.space
2025-09-30
44.219.145.144
stevhliu-gradio-pipeline-demo.hf.space
2025-09-30
3.221.99.236
paddlepaddle-ernie-x1-turbo-demo.hf.space
2025-09-30
3.221.99.236
resembleai-chatterbox-tts-demo.hf.space
2025-09-30
44.219.145.144
qwen-qwen2-5-max-demo.hf.space
2025-08-20
54.208.116.228
multichem-pd-mlb-dfs-roo.hf.space
2025-09-22
34.225.178.167
kerimmkirac-vavoo.hf.space
2025-09-21
34.225.178.167
alibaba-pai-easyphoto.hf.space
2025-02-12
34.237.237.210
felixrosberg-face-swap.hf.space
2025-09-30
3.221.99.236
tonyassi-face-swap.hf.space
2025-02-14
52.3.84.195
coxapi-faceswap.hf.space
2025-09-21
18.233.176.84
pminervini-tmp.hf.space
2025-02-12
34.237.237.210
redradios-f5-tts-sp.hf.space
2025-09-30
54.145.224.52
sumit7864-image-enhancer.hf.space
2025-02-17
3.215.212.165
multichem-pd-dfs-portfolio-manager.hf.space
2025-09-06
3.214.53.138
yuqi-gender-classifier.hf.space
2025-02-14
52.3.84.195
vchitect-vlogger-showmaker.hf.space
2024-01-30
3.211.30.211
pinyuchen-attention-tracker.hf.space
2025-08-26
3.232.180.39
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]