FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
mcp-colombia Soulprint: Building the First Verified MCP Service
How-ToWeb Development

mcp-colombia Soulprint: Building the First Verified MCP Service

via Dev.to WebdevManuel Felipe Arias Pineda1mo ago

mcp-colombia is now the first verified MCP service Integrating Soulprint means every call to mcp-colombia-hub is tracked for behavior — and misbehaving bots get reputation penalties. What changed in v1.2.0 1. Service identity The server generates its own Soulprint DID at startup (score=80 — creator privilege). This qualifies it to issue attestations on the P2P network. const serviceKp = getServiceKeypair (); // did:key:z6Mk... score=80 2. Behavior tracking on every tool All 8 tools are now wrapped: server . tool ( ' ml_buscar_productos ' , ' Search MercadoLibre... ' , { ... }, withTracking ( ' ml_buscar_productos ' , async ( args ) => { return { content : [{ type : ' text ' , text : JSON . stringify ( await searchProducts ( args )) }] }; }) ); Spam (>5 req/60s): → issues -1 attestation: 'spam-detected' → Bot reputation: 10 → 9 → ... → 0 Normal usage (3+ tools, 3+ completions): → issues +1 attestation: 'normal-usage-pattern' → Bot reputation: 10 → 11 → ... → 20 3. Premium endpoint: trab

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
18 views

Related Articles

Stop paying for cable: How to access over 1,000 free streaming channels today
How-To

Stop paying for cable: How to access over 1,000 free streaming channels today

ZDNet • 1w ago

How I Taught Agents to Follow a Process (Not Just Write Code)
How-To

How I Taught Agents to Follow a Process (Not Just Write Code)

Medium Programming • 1w ago

The kid-friendly Fitbit Ace is $100, which matches its best price
How-To

The kid-friendly Fitbit Ace is $100, which matches its best price

The Verge • 1w ago

Your iPhone has a secret button on the back - here's how to unlock it
How-To

Your iPhone has a secret button on the back - here's how to unlock it

ZDNet • 1w ago

Best Laptops for Multi-Monitor Setups in 2026
How-To

Best Laptops for Multi-Monitor Setups in 2026

Medium Programming • 1w ago

Discover More Articles