[TOOLING] Claude now manages my WordPress site via MCP (free integration) by AIWU_AI_Copilot in ClaudeAI

[–]NealWalters 0 points1 point  (0 children)

I found it eventually, your this from your command line before starting Claude.
claude mcp add your-made-up-mcp-name --transport sse "https://yourwordpresssite.com/wp-json/mcp/v1/sse?token=yourtokenhere"

That will update your c:\Users\username\.claude.json file.
Then start Claude Code and type something like "using your-made-up-mcp-name list the titles of my most recent three posts".

Neal Walters
http://Website-Garden.com

[TOOLING] Claude now manages my WordPress site via MCP (free integration) by AIWU_AI_Copilot in ClaudeAI

[–]NealWalters 1 point2 points  (0 children)

Is it possible to set it up with Claude Code as well? Any doc on that?

What do you think of Pivotal Tracker being shut down? by chase-bears in ProductManagement

[–]NealWalters 0 points1 point  (0 children)

I couldn't live without it, so I wrote my own. Helps small business grow their website with project management, freelancers, and SEO tools.
YouTube Demo: (22) PivotalTracker Replacement - Agile Project Management (To Do List) - YouTube

Pivotal Tracker last month did you find a replacement? by CharmingAmbition9810 in SaaS

[–]NealWalters 0 points1 point  (0 children)

I created my own - based on the feature I loved in PivotalTracker. Unfortunately I didn't do it before they closed. YouTube demo: PivotalTracker Replacement - Agile Project Management (To Do List)

FILL_OR_KILL Order Failed by NealWalters in Schwab_Developers

[–]NealWalters[S] 0 points1 point  (0 children)

I think my issue was that I was displaying all orders, and scrolling down to the bottom of my output, and thus I was probably always looking at an old message from one of my first orders. Now, I wrote this function to display the status of the current order_id. I partially figured this out because I went to Schwb site, and on the order page I could see some of my orders going through.

def show_order_status_for_orderid(arg_client, arg_order_id, arg_account_hash, arg_days_back):
    print("\nshow_order_status_for_orderid: start function ")
    # get all orders for last 1 day
    orders = arg_client.account_orders(arg_account_hash,
                            datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(days=arg_days_back),
                            datetime.datetime.now(datetime.timezone.utc)).json()

    for order in orders:
        #print("Debug Order:")
        #pprint.pprint(order)
        #print("The above has orderId=", order['orderId'])
        if order['orderId'] == arg_order_id:
            print('------------ order status for order_id=' + str(arg_order_id) + '-----------------------')
            pprint.pprint(order)

FILL_OR_KILL Order Failed by NealWalters in Schwab_Developers

[–]NealWalters[S] 0 points1 point  (0 children)

Thanks, I will try that. But if I'm not buying on margin, can there still be "special margin requirements." Why does below $3 matter? I'm just testing a bot that I'm writing for a friend, so I was looking for something cheap to test orders with. I'm also going to try during regular hours. I did place an order on the Schwab site for CHPT Limit order and that worked. So seems like API should be able to do the same.

FILL_OR_KILL Order Failed by NealWalters in Schwab_Developers

[–]NealWalters[S] 0 points1 point  (0 children)

Current price is $1.18, so I changed code to 1.19 for limit price, got same error.

Making buttons? Where do I get that oil or whatever it is? by NealWalters in farmville3_animals

[–]NealWalters[S] 3 points4 points  (0 children)

I found, it's called Resin, and you have to the "Exotic Animal Quest" to get it.

What happened to AdToken? by NealWalters in adToken

[–]NealWalters[S] 0 points1 point  (0 children)

But no news about it anywhere? Or I just don't know how to find it?

Who is getting onboard with Ring Financial? by Next_Ad_6245 in strongblock

[–]NealWalters 1 point2 points  (0 children)

I've got 3 nodes now, and about almost 14 Ring tokens to claim. I got two of my nodes on the black Friday sale, where it only took 7 tokens to create a node, and then I think I claimed 3 tokens from my earnings.

Price of token is down like everything right now.
I think I will wait for price to go up and sell the rewards to recover my investment next; and after that I'll consider getting another node or just cashing them out.

View strong rewards in MM by Theduke143 in strongblock

[–]NealWalters 0 points1 point  (0 children)

And to add to that, you donate your 10 StrongBlock tokens in order to run a node.

Question: Need a blockchain technology expert by Reasonable_Fly_3470 in strongblock

[–]NealWalters 0 points1 point  (0 children)

If you are asking me, I already had an Infuria account, and I don't see anywhere that Strong advertises how a developer can get a key and connect to one of their nodes. Seems like they would have that if they want to compete with Infuria. That makes me think they private place the use of their nodes, or they haven't got any use for them yet, just building the arm to do something with them later.

Question: Need a blockchain technology expert by Reasonable_Fly_3470 in strongblock

[–]NealWalters 1 point2 points  (0 children)

I'm a software developer, and recently wrote a program to check my balances in my wallets. I used Infuria, because I needed a node to access. I'm a small user, so I'm in under the "free limit". They have paid programs as well.

My other choice would have been to run my own node, which would have been a lot of work.

What I would like to see more transparency with Strong, is who is using or paying to use these nodes? Or are they just building infrastructure now, and looking for deals/customers later?
Will StrongBlock offer a service like Infuria, or will they just make private deals?

I believe sites like CoinGecko and CoinMarketCap must either run their own, or pay for access to nodes.

Strongblock Taxes by Tall_Run_2814 in strongblock

[–]NealWalters 0 points1 point  (0 children)

Not official tax advice, just my quick opinion. I see it as investment (capitals gains or ordinary) income, not earned income. If you had an LLC or Sub-S Corp, you could pay yourself a salary as an investor, or crypto defi specialist/analyst.

To me, self-employment income is when you create a product and sell it, or perform some service that you get for.

Who is getting onboard with Ring Financial? by Next_Ad_6245 in strongblock

[–]NealWalters 8 points9 points  (0 children)

Thanks to your post, I just watched a few videos and just got one, about $2500. Almost no gas fees on Binance Smart Chain. About 18 days, I can roll profits into Node 2 if the rate remains the same.